UTILS.
100% in-browser

Square Root / Radical Simplifier

Simplify a square root or nth root into simplest radical form like 6√2, showing the outside coefficient, inside radicand and decimal value.

About this tool

Turn an unwieldy root into its simplest radical form. Enter an integer radicand and an index (2 for a square root, or any nth root) and the tool returns the simplified form such as 6√2, along with the coefficient pulled outside the radical, the number left inside, and the decimal value. It works entirely in your browser and updates as you type.

The method is prime factorization. The radicand is broken into prime powers, and for an index n each prime contributes p^floor(e/n) to the outside coefficient and p^(e mod n) to the part left inside. For a square root that means extracting pairs, so √72 = √(2^3 * 3^2) = 6√2. A perfect nth power simplifies to a plain integer, and if nothing can be pulled out the radical is already in simplest form.

Negative radicands are allowed for odd roots (the sign comes outside), but an even root of a negative number is not a real number and is flagged rather than shown. Use it to tidy answers, rationalize working, or check a simplification by hand.

Frequently asked questions

How is the simplest form found?
The radicand is prime-factorized and, for an nth root, complete groups of n identical factors are moved outside the radical while the remainder stays inside.
Can I simplify cube roots and other nth roots?
Yes. Set the index to 3 for a cube root or any integer from 2 upward; the same grouping rule extracts perfect nth-power factors.
What about negative numbers?
An odd index (like a cube root) handles negatives, with the minus sign kept outside. An even root of a negative number is not real, so it is reported as such instead of a value.
Why show a decimal too?
The decimal is the numerical value of the root, useful for a quick sanity check that the simplified radical matches the original number.

More tools