Square Root Calculator

Find the square root of any non-negative number. Enter a value and instantly see its principal (positive) square root, plus the negative root and the squared value for reference.

Square Root12
Negative Root
-12
Value Squared (check)
20,736

Square roots are only defined for non-negative numbers in the real numbers. The principal square root is the non-negative answer; every positive number also has a negative root of equal magnitude.

What This Square Root Calculator Does

This square root calculator returns the principal (non-negative) square root of any number you enter. The square root of a value is the number that, when multiplied by itself, gives that value back. For example, the square root of 25 is 5, because 5 x 5 = 25.

It is useful for students checking homework, anyone working with geometry and the Pythagorean theorem, and people handling statistics (such as standard deviation), physics, or finance calculations that involve roots. Enter a non-negative number and the tool gives you an exact result for perfect squares and a precise decimal approximation for everything else.

How the Square Root Formula Works

The square root operation is the inverse of squaring. Written formally:

sqrt(x) = y, where y >= 0 and y x y = x

The symbol for square root is the radical sign. By convention, sqrt(x) refers to the principal square root, which is always the non-negative answer. Although 5 x 5 = 25 and (-5) x (-5) = 25, the principal square root of 25 is reported as 5, not -5.

The input must be non-negative. The square root of a negative number is not a real number, so this calculator only accepts values of 0 or greater. Note that sqrt(0) = 0 and sqrt(1) = 1.

Worked Example With Real Numbers

Suppose you want the square root of 150. There is no whole number that squares exactly to 150, so the answer is irrational. You can estimate it by finding the two perfect squares it sits between: 12 x 12 = 144 and 13 x 13 = 169. So sqrt(150) lies between 12 and 13, closer to 12.

Refining the estimate: 12.2 x 12.2 = 148.84, and 12.3 x 12.3 = 151.29. The result is between those, so sqrt(150) is about 12.247. Squaring 12.247 gives roughly 149.99, which confirms the answer.

For a clean case, the square root of 144 is exactly 12, since 12 x 12 = 144. The calculator handles both perfect squares and decimals like these instantly.

Perfect Squares Worth Memorizing

Knowing common perfect squares lets you sanity-check results and estimate roots quickly without a tool:

  • 4 = 2 x 2, so sqrt(4) = 2
  • 9 = 3 x 3, so sqrt(9) = 3
  • 16 = 4 x 4, so sqrt(16) = 4
  • 64 = 8 x 8, so sqrt(64) = 8
  • 100 = 10 x 10, so sqrt(100) = 10
  • 225 = 15 x 15, so sqrt(225) = 15

Common Mistakes and Practical Tips

A frequent error is expecting a negative input to return a value. Since no real number squared is negative, sqrt(-9) has no real answer; you would need imaginary numbers (3i) for that, which this calculator does not handle.

Another mistake is confusing the square root with dividing by two. The square root of 36 is 6, not 18. Squaring and rooting are inverse operations, not halving and doubling.

Also remember that most square roots are irrational and never terminate or repeat, so a displayed value like 1.41421356 for sqrt(2) is a rounded approximation. Carry extra decimal places through multi-step calculations and round only at the end to avoid accumulating error.

Frequently asked questions

What is a square root?

The square root of a number x is the value that, when multiplied by itself, gives x. For example, the square root of 25 is 5 because 5 x 5 = 25.

Can I take the square root of a negative number?

Not within the real numbers. This calculator requires a value of 0 or greater. The square root of a negative number is an imaginary number, which is outside the scope of this tool.

What is the principal square root?

Every positive number has two square roots, one positive and one negative. The principal square root is the non-negative one, which is what the main result shows.