Home / Square Root Calculator

Square Root Calculator

Enter a number to get its square root as a decimal and, where possible, the simplified radical form. The factoring steps are shown below the result.

Enter a number

Try a perfect square like 144, or a number with a square factor like 72.

Result

Square root--
Decimal--
Simplified radical--
Enter a number to see the steps.

How It's Calculated

The square root of a number n is the value that, multiplied by itself, equals n. The radical symbol is the check-mark shape placed over the number being rooted.

sqrt(n) = x, where x times x = n

When n is a perfect square the root is a whole number: sqrt(144) = 12 because 12 x 12 = 144. When n is not a perfect square, the root is irrational and never terminates, so the calculator returns a decimal rounded to several places and, whenever a perfect-square factor exists, the simplified radical form as well.

Worked Example: sqrt(72)

72 is not a perfect square, but it has a perfect-square factor hiding inside it. Break it down step by step.

Step 1. Find the largest perfect-square factor of 72. Since 72 = 36 x 2 and 36 is a perfect square, use 36.
Step 2. Split the radical: sqrt(72) = sqrt(36 x 2) = sqrt(36) x sqrt(2).
Step 3. Take the root of the perfect square: sqrt(36) = 6, so sqrt(72) = 6 sqrt(2).
Step 4. As a decimal, 6 sqrt(2) is about 8.485.

Common Mistakes to Avoid

A frequent error is stopping at the first perfect-square factor found instead of the largest one; 72 = 4 x 18 also works, but simplifying from 4 leaves sqrt(18) still unsimplified underneath, so you have to repeat the process. It also helps to remember that a negative number has no real square root at all, only an imaginary one written with i, so sqrt(-9) is not "no answer" but rather 3i. Finally, a decimal input like 6.25 can still have an exact root (2.5), so it is worth checking whether the number is a perfect square before assuming the decimal answer is the final word.

For background on radicals and irrational roots, see Wolfram MathWorld's page on the square root.

Keep going with algebra

A square root often shows up right after solving a quadratic or checking a right triangle.

Quick answers

Square root calculator: common questions

How do you calculate a square root by hand?

Find a number that multiplies by itself to give your value. For perfect squares like 144 the answer is exact (12). For others, estimate between the two nearest perfect squares, then refine.

What is a simplified radical form?

It pulls the largest perfect-square factor out of the radical. For example sqrt(72) = sqrt(36 x 2) = 6 sqrt(2).

Can you take the square root of a negative number?

Not within the real numbers. The square root of a negative number is imaginary, written with i, such as sqrt(-9) = 3i.

Is the square root of a decimal allowed?

Yes. This tool accepts decimals and returns the decimal root rounded to several places.

Marcus Vance
About the author
Marcus Vance
Contributing Writer, Technology & Data, Encore Editorial

Marcus Vance spent a decade building data pipelines and testing calculation logic before he started writing about the math behind the tools. On MathCalcTools he checks every formula against the source math, then writes out the steps so a reader can follow the same path a calculator takes.