How to Find Square Root Without a Calculator
Finding a square root without a calculator is one of those skills that looks old-fashioned until you need it. It helps when you are checking homework, estimating dimensions, reading a construction plan, doing mental math on a test, or deciding whether an answer from a calculator app is even close. You do not need to memorize a table up to 10,000. You need a few anchor squares, a way to estimate between them, and one reliable refinement method when the number is not a perfect square.
A square root answers the question: what number multiplied by itself gives this number? The square root of 49 is 7 because 7 x 7 = 49. The square root of 50 is a little more than 7 because 50 is a little more than 49. Most square roots are not whole numbers, so manual square-root work is usually about approximation. The better your estimate, the easier it is to judge calculator output, graph scales, geometry answers, and measurement conversions.
You can always check a final answer with the simplify calculator or related math tools on CalculatorAuxo, but the manual methods below are worth learning because they give you control. A calculator says sqrt(72) = 8.485281.... Manual reasoning tells you why that answer sits between 8 and 9, why it is closer to 8 than 9, and how much precision is useful.
First, Know the Perfect Squares
The fastest square-root estimates come from knowing perfect squares. At minimum, memorize 1 through 15 squared: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, and 225. If you can extend that list to 20 squared, even better: 16 squared is 256, 17 squared is 289, 18 squared is 324, 19 squared is 361, and 20 squared is 400.
These anchor points let you place a square root quickly. The square root of 90 must be between 9 and 10 because 9 squared is 81 and 10 squared is 100. The square root of 150 must be between 12 and 13 because 12 squared is 144 and 13 squared is 169. The square root of 300 must be between 17 and 18 because 17 squared is 289 and 18 squared is 324.
This step alone catches many mistakes. If someone says the square root of 150 is 15, square 15 in your head: 225. That is too high. If a calculator input accidentally became 15 instead of 150, the display may look clean, but the estimate exposes the issue.
Method One: Estimate Between Two Squares
For a quick approximation, locate the two perfect squares around the number. Suppose you want sqrt(70). Since 8 squared is 64 and 9 squared is 81, the answer is between 8 and 9. Seventy is 6 above 64 and the gap from 64 to 81 is 17. So a rough decimal estimate is 8 plus 6/17, or about 8.35. The true value is about 8.3666, so the estimate is already useful.
This method is not perfectly linear because squares curve upward, but it is good for mental checks. Try sqrt(120). Ten squared is 100, 11 squared is 121, so the answer is just under 11. You do not need a calculator to know that 10.95 is plausible and 10.2 is too low. Try sqrt(30). Five squared is 25, 6 squared is 36, so the answer is between 5 and 6. Thirty is 5 out of 11 steps above 25, giving about 5.45. The true value is about 5.477.
When using this approach, keep the purpose in mind. If you need one decimal place, interpolation may be enough. If you need three decimal places, use a refinement method.
Method Two: Use Factor Pairs to Simplify the Root
Some square roots become easier when you factor out a perfect square. This is especially common in algebra, geometry, and radicals. For example, sqrt(72) can be rewritten because 72 = 36 x 2. Since sqrt(36) = 6, sqrt(72) = 6sqrt(2). If you know sqrt(2) is about 1.414, then 6 x 1.414 = 8.484.
Try sqrt(200). Since 200 = 100 x 2, the square root is 10sqrt(2), or about 14.14. Try sqrt(75). Since 75 = 25 x 3, the square root is 5sqrt(3). Since sqrt(3) is about 1.732, the decimal is about 8.66.
This method is better than decimal guessing when you are expected to leave an exact radical answer. In many math classes, 6sqrt(2) is preferred over 8.485 because it is exact. The decimal is only an approximation. If the problem involves formulas such as the Pythagorean theorem, the Pythagorean theorem calculator can check the final distance, but exact radical form may still be the cleanest written answer.
Formula Box: Square Root Rules
sqrt(a) = x means x x x = a
sqrt(a x b) = sqrt(a) x sqrt(b) when a and b are nonnegative
If a = p2 x r, then sqrt(a) = p sqrt(r)
Newton refinement: new guess = (guess + number / guess) / 2
The last formula is the workhorse for accurate manual approximation. It starts with a guess, divides the original number by that guess, and averages the two values. If the guess is too low, the division result is too high. If the guess is too high, the division result is too low. The average moves toward the square root.
Method Three: Newton's Method by Hand
Newton's method sounds formal, but the arithmetic is friendly if you choose a good starting guess. Suppose you want sqrt(50). You know it is a little above 7 because 7 squared is 49. Start with 7.1. Divide 50 by 7.1 to get about 7.042. Average 7.1 and 7.042: the result is about 7.071. Square 7.071 and you are extremely close to 50.
Try sqrt(10). The answer is between 3 and 4 because 3 squared is 9 and 4 squared is 16. Start with 3.2. Divide 10 by 3.2 to get 3.125. Average 3.2 and 3.125 to get 3.1625. Square 3.1625 and you get about 10.0014, so the square root of 10 is about 3.162.
Try sqrt(300). It is between 17 and 18 because 17 squared is 289 and 18 squared is 324. Start with 17.3. Divide 300 by 17.3 to get about 17.341. Average them to get 17.3205. That is already close to the true value of about 17.3205.
The trick is not to start with a random guess. Use nearby perfect squares first. Newton's method then cleans up the decimal.
Method Four: The Old Long-Division Square Root Method
There is a pencil-and-paper square-root algorithm that works digit by digit. It is less common now, but it is still useful if you want a systematic method without decimal guessing. Group the digits of the number in pairs from the decimal point. For 1521, group as 15 | 21. Find the largest square less than or equal to 15, which is 9, so the first digit is 3. Subtract 9 from 15 to get 6, bring down 21 to make 621.
Double the current root digit 3 to get 6. Now find a digit x such that 6x x x, meaning the number formed by 60 + x times x, is less than or equal to 621. Try x = 9: 69 x 9 = 621. That works exactly, so the next digit is 9. The square root of 1521 is 39.
This method takes practice, and for most everyday work Newton's method is faster. Still, the long-division method shows that square roots can be found by structured arithmetic alone. It is also a good reminder that calculators are automating procedures people used by hand for centuries.
Worked Examples With Explanations
Example 1: Find sqrt(45). The number is between 36 and 49, so the root is between 6 and 7. Factor 45 as 9 x 5. That gives sqrt(45) = 3sqrt(5). Since sqrt(5) is about 2.236, the decimal estimate is about 6.708. Check: 6.7 squared is 44.89, close to 45.
Example 2: Find sqrt(98). Factor 98 as 49 x 2. The exact simplified form is 7sqrt(2). Since sqrt(2) is about 1.414, the decimal is about 9.898. Estimate check: 98 is close to 100, so the root should be close to 10. The answer fits.
Example 3: Estimate sqrt(27). The root is between 5 and 6. Factor 27 as 9 x 3, so the exact form is 3sqrt(3). Since sqrt(3) is about 1.732, the decimal is about 5.196. If you only needed one decimal, 5.2 is enough.
Example 4: Find sqrt(0.64). Think of 0.64 as 64/100. The square root is sqrt(64)/sqrt(100), or 8/10, which is 0.8. Decimal square roots often become easier when rewritten as fractions.
Example 5: Estimate sqrt(2.5). The answer is between 1 and 2. Since 1.5 squared is 2.25 and 1.6 squared is 2.56, the root is slightly less than 1.6. Newton's method with a guess of 1.58 gives 2.5 / 1.58 = about 1.582, average about 1.581. So sqrt(2.5) is about 1.581.
How to Read and Verify Square-Root Answers
The best verification is squaring your answer. If you estimate sqrt(70) = 8.37, square 8.37. You get about 70.06, which is close. If your estimate squared gives 76 or 64, the estimate is not close enough. Squaring turns the square-root problem back into multiplication, which is easier to check.
Also check the interval. If the original number is between 81 and 100, the square root must be between 9 and 10. No decimal refinement can escape that interval. This catches errors with decimal points. The square root of 0.81 is 0.9, not 9. The square root of 8100 is 90, not 9.
For simplified radical answers, square the radical form. If sqrt(72) = 6sqrt(2), then squaring gives 36 x 2 = 72. That proves the simplified form is exact. A decimal approximation cannot prove exactness because it is usually rounded.
Common Mistakes With Square Roots
The first mistake is splitting addition under a square root. sqrt(25 + 9) is not sqrt(25) + sqrt(9). The left side is sqrt(34), while the right side is 8. Square roots distribute over multiplication in certain nonnegative cases, not over addition.
The second mistake is forgetting the negative solution when solving equations. The square root symbol itself usually means the principal nonnegative root, so sqrt(49) is 7. But the equation x2 = 49 has two solutions: x = 7 and x = -7. Context matters.
The third mistake is estimating from the wrong perfect squares. If you do not know that 13 squared is 169, you might place sqrt(170) between 12 and 13 instead of just above 13. A small square table prevents that.
The fourth mistake is rounding too aggressively. If you use sqrt(2) = 1.4 in a geometry problem, the final distance may be noticeably low. Use 1.414 when the calculation continues, and round at the end.
The fifth mistake is mishandling decimal roots. Moving the decimal point inside a square root does not move it the same way outside. Since 100 has square root 10, shifting by two decimal places inside shifts by one decimal place outside.
Practice Tips for 2026
Start by memorizing perfect squares through 20 squared. Then practice three moves: place the root between two whole numbers, simplify by factoring out a perfect square, and refine with Newton's method. Ten minutes a few times a week is enough to make square roots feel much less mysterious.
Use digital tools as a feedback loop. Estimate sqrt(130), write down your reasoning, then check it with a calculator. If your estimate is off, do not just copy the correct answer. Ask which anchor square you missed or whether your refinement arithmetic was too rough. This is how calculator use strengthens mental math instead of replacing it.
For applied practice, connect square roots to real problems. Diagonal length in a rectangle uses square roots through the Pythagorean theorem. Standard deviation uses square roots in statistics; our standard deviation calculator can show that in context. Graphing quadratic functions also relies on roots and scale sense, so graphing calculator practice pairs well with square-root estimation.
A Short Drill You Can Do Anywhere
Try these without a calculator: sqrt(18), sqrt(32), sqrt(63), sqrt(128), and sqrt(0.09). Simplified forms are 3sqrt(2), 4sqrt(2), 3sqrt(7), 8sqrt(2), and 0.3. Decimal estimates are about 4.24, 5.66, 7.94, 11.31, and 0.3.
If you want to improve quickly, explain each answer out loud. "Thirty-two is sixteen times two, so the root is four root two." That sentence builds the habit better than silent copying.