Square Root Calculator β€” √n and Simplified Radical Form

The square root of a number n is the value that, multiplied by itself, gives n. This calculator returns the answer two ways: as a decimal value (for example √72 β‰ˆ 8.485) and, for whole numbers, as a simplified radical or surd (for example √72 = 6√2). You can also switch the root degree to find cube roots and any nth root.

Calculate a square root

How to calculate a square root

To find the square root of a number n, you look for a value x such that x Γ— x = n. Every positive number actually has two square roots β€” one positive and one negative β€” but the symbol √ refers to the principal (positive) root. So √25 = 5, because 5 Γ— 5 = 25.

For perfect squares (numbers like 1, 4, 9, 16, 25…) the root is a whole number. For every other positive integer the square root is irrational: its decimal expansion never ends and never repeats. In that case we either round the decimal (for example √2 β‰ˆ 1.4142136) or keep the exact value in radical form (√2).

By hand, a quick method is estimation and averaging (the Babylonian method): guess a value, divide n by your guess, then average the two. Repeat, and the result converges on the true square root. For example, to estimate √72: 72 Γ· 8 = 9, average of 8 and 9 is 8.5; 72 Γ· 8.5 β‰ˆ 8.47, average β‰ˆ 8.485 β€” already accurate to three decimal places.

Simplifying radicals

A radical is simplified when no perfect-square factor (other than 1) remains under the root sign. The trick is to split n into a perfect square times whatever is left over, then take the square root of the perfect-square part outside the sign.

Take √72 as the worked example:

Check it back: 6√2 β‰ˆ 6 Γ— 1.41421 β‰ˆ 8.485, which matches the decimal value. A few more worked examples:

If a number has no perfect-square factor bigger than 1 (for example √13 or √15), it is already in simplest radical form and cannot be reduced further.

Perfect squares reference table

Memorising the first fifteen perfect squares makes it far quicker to spot factors when simplifying radicals.

nn² (perfect square)√(n²)
111
242
393
4164
5255
6366
7497
8648
9819
1010010
1112111
1214412
1316913
1419614
1522515

Frequently asked questions

What is the square root of 72?

The square root of 72 is approximately 8.485. In exact (simplified radical) form it is 6√2, because 72 = 36 Γ— 2 and √36 = 6. Since 72 is not a perfect square, the decimal value is irrational and never terminates.

What is a simplified radical or surd?

A simplified radical (called a "surd" in the UK) is a square root written in its most reduced exact form, with no perfect-square factor left under the root sign. For example √50 simplifies to 5√2. It keeps the value exact rather than rounding to a decimal.

Can you take the square root of a negative number?

Not within the real numbers. A negative number has no real square root because no real value squared gives a negative result. The answer is an imaginary number β€” for example √(βˆ’9) = 3i, where i is the imaginary unit √(βˆ’1). Odd roots (such as a cube root) of negative numbers do have real values.

What is the difference between a square root and an nth root?

A square root asks "what number times itself gives n?" An nth root asks "what number raised to the power n gives the original value?" Setting the root degree to 3 gives a cube root (βˆ›), to 4 gives a fourth root, and so on. A square root is simply the nth root with n = 2.

How do I know if a number is a perfect square?

A number is a perfect square if its square root is a whole number β€” like 1, 4, 9, 16, 25, 36 and so on. A quick test: take the square root; if there is no fractional part, it is a perfect square. This calculator tells you directly whether the number you entered is a perfect square.

Related Calculators

Last reviewed: June 2026