√ Square Root Calculator

Find the square root, cube root or any nth root of a number, simplify radicals like √72 = 6√2, handle negatives with i, and see the Babylonian method.

✓ Free✓ No Signup Required✓ Browser-Based
√(72) =
8.48528137423857
Simplified: 6√2

It lies between the perfect squares 8² = 64 and 9² = 81.

The equation x² = 72 has two solutions, x = ±8.48528137423857; the square root symbol means the positive one.

Babylonian (Newton) method

Start with a guess g, then repeat g = (g + 72 ÷ g) ÷ 2. Each step roughly doubles the number of correct digits.

  1. 36
  2. 19
  3. 11.3947368421053
  4. 8.85672176978242
  5. 8.49307025882974
  6. 8.48528494578109
  7. 8.48528137423932

What Square Root Calculator Does

This square root calculator gives the root of any number as a decimal to 15 significant figures and, for whole numbers, in simplest radical form — √72 = 6√2 — the form most algebra classes ask for. It also shows which two perfect squares the number sits between and the first steps of the Babylonian method, so you can see how a root is found by hand.

Switch the root to cube, 4th, 5th, 6th or 10th to find other roots with the same simplification: ∛54 = 3∛2. A negative number has a real cube root (∛−8 = −2) but no real square root; for even roots of negatives the answer is given as an imaginary number using i = √−1.

How to Use Square Root Calculator

  1. Enter a number (whole, decimal or negative)
  2. Choose square root, cube root or another root
  3. Read the decimal result and the simplified radical form
  4. See the nearest perfect squares and the Babylonian method steps

Formula Used by Square Root Calculator

Simplifying a radical

√(a² × b) = a√b, where a² is the largest perfect square dividing the number

Worked example

√72

  1. 72 = 36 × 2, and 36 = 6² is the largest perfect square factor
  2. √72 = √36 × √2

Result: 6√2 ≈ 8.485281374

Babylonian (Heron’s) method

gₙ₊₁ = (gₙ + x ÷ gₙ) ÷ 2

g
Current guess; each step roughly doubles the number of correct digits

Worked example

√72, starting from 36.

  1. (36 + 72 ÷ 36) ÷ 2 = 19
  2. (19 + 72 ÷ 19) ÷ 2 = 11.395
  3. → 8.857 → 8.4931 → 8.485285

Result: Converges to 8.485281374…

Square Roots of 1 to 20

n√nn√n
11113.3166
21.4142123.4641 (2√3)
31.7321133.6056
42143.7417
52.2361153.8730
62.4495164
72.6458174.1231
82.8284 (2√2)184.2426 (3√2)
93194.3589
103.1623204.4721 (2√5)

How to Read Your Result

Principal root and ±

The √ symbol means the principal (non-negative) root, so √25 = 5. When solving x² = 25, remember both +5 and −5 work; that is why equations often write x = ±√25.

Irrational roots

The square root of any whole number that is not a perfect square is irrational — its decimal never ends or repeats. The decimal shown is rounded; the simplified radical is exact, which is why math teachers prefer it.

Limitations & Accuracy Notes

  • Decimals are double-precision floating point, accurate to about 15 significant figures.
  • Radical simplification is done for whole numbers up to one trillion; decimals and fractions are shown as decimals only.

Frequently Asked Questions

How do you simplify a square root?
Find the largest perfect square that divides the number, take its root outside, and leave the rest inside. 72 = 36 × 2, so √72 = √36 × √2 = 6√2. The calculator does this for any whole number and for cube and higher roots too.
What is the square root of a negative number?
There is no real square root of a negative number, because any real number times itself is positive. In complex numbers, √−16 = 4i, where i = √−1. Odd roots are different: the cube root of −27 is simply −3.
Why does a square root have two answers?
Both 5 and −5 square to 25, so the equation x² = 25 has two solutions, ±5. The √ symbol, however, always means the principal (non-negative) root, so √25 = 5.
How do you find a square root by hand?
The Babylonian method: guess, then replace the guess g with the average of g and the number ÷ g, and repeat. For √10 starting at 5: 3.5, 3.1786, 3.1623 — already accurate to four decimals after three steps. The calculator shows these steps.
What are the perfect squares up to 400?
1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361 and 400 — the squares of 1 to 20. Knowing them makes simplifying radicals and estimating roots much faster.
Is the square root of 2 a fraction?
No. √2 ≈ 1.41421356 is irrational: it cannot be written as a fraction of whole numbers, and its decimals never end or repeat. The square root of any whole number that is not a perfect square is irrational.

References & Further Reading

By OnlineToolHubs Team • September 2026