how to calculate square root without calculator

Square Root Method Explorer

Enter a number and this tool will show an approximation using the same logic you can do by hand: bracket between perfect squares + Babylonian (Newton) refinement steps.

Why learn square roots without a calculator?

Even though phones and laptops are everywhere, mental and manual math is still valuable. Knowing how to estimate square roots helps in exams, technical interviews, budgeting, construction measurements, and quick decision-making when no device is available. It also strengthens number sense, which makes all math easier.

What is a square root?

The square root of a number N is a number x such that x × x = N. For example:

  • √9 = 3 because 3 × 3 = 9
  • √64 = 8 because 8 × 8 = 64
  • √10 is not a whole number, so we estimate it as a decimal

Method 1: Use perfect squares first

Start by memorizing common perfect squares. This gives you fast anchors:

  • 1² = 1
  • 2² = 4
  • 3² = 9
  • 4² = 16
  • 5² = 25
  • 6² = 36
  • 7² = 49
  • 8² = 64
  • 9² = 81
  • 10² = 100
  • 11² = 121
  • 12² = 144
  • 13² = 169
  • 14² = 196
  • 15² = 225

If the number is one of these, the root is exact and immediate.

Method 2: Bracket and estimate between two squares

For non-perfect squares, place the number between two nearby perfect squares.

Example: find √20

  • 4² = 16 and 5² = 25
  • So √20 is between 4 and 5
  • 20 is 4 above 16, and the full gap from 16 to 25 is 9
  • So estimate: 4 + 4/9 = 4.44 (rough)

The true value is about 4.472..., so this quick method gives a useful first estimate.

Method 3: Prime factorization (best for perfect-square integers)

When the number is large but factorable, prime factorization works great.

Example: √144

144 = 2 × 2 × 2 × 2 × 3 × 3 = 24 × 32

Take one from each pair: √144 = 2² × 3 = 4 × 3 = 12.

If factors do not pair completely, the root is irrational (non-terminating decimal).

Method 4: Long division square root method (traditional written algorithm)

This is a classical paper method that produces digits one by one, similar to long division. It is very useful when you need precision without digital tools.

Quick outline

  • Group digits into pairs from the decimal point outward.
  • Find the largest square less than or equal to the first group.
  • Bring down the next pair.
  • Double the current root, use it as a trial divisor, and determine next digit.
  • Repeat for more decimal places.

It looks technical at first, but after 2-3 practice problems it becomes mechanical.

Method 5: Babylonian (Newton) method - fast and accurate

This is one of the best methods for hand calculation when you want high accuracy.

Formula:

New guess = (old guess + N / old guess) / 2

Example: √10

  • Start guess g = 3
  • Next = (3 + 10/3)/2 = 3.1667
  • Next = (3.1667 + 10/3.1667)/2 = 3.1623
  • Next = (3.1623 + 10/3.1623)/2 = 3.1623...

You converge quickly to 3.162277..., usually in just a few steps.

Mental shortcuts for faster estimation

  • If a number ends in 00, the root often ends in 0 (example: 4900 → 70).
  • Numbers close to a perfect square are easy: √99 is just under 10.
  • Use scaling: √0.09 = 0.3 because 9/100 under the root becomes 3/10.
  • For percentages and growth formulas, rough square roots are usually enough for decisions.

Common mistakes to avoid

  • Forgetting that square roots of non-perfect squares are decimals, not integers.
  • Using a bad starting guess in Newton's method and stopping too early.
  • Mixing up √a + √b with √(a+b) (they are not the same in general).
  • Dropping place value when using the long division method.

Practice set

Try these without a calculator

  • √18
  • √27
  • √50
  • √200
  • √2.25

Expected approximations

  • √18 ≈ 4.243
  • √27 ≈ 5.196
  • √50 ≈ 7.071
  • √200 ≈ 14.142
  • √2.25 = 1.5 (exact)

Final takeaway

To calculate square root without a calculator, start with perfect squares, estimate a range, and refine with Babylonian/Newton steps. For exact written work, use the long division square root method. With a little practice, you can get accurate roots quickly and confidently.

🔗 Related Calculators