Home / How to Simplify a Square Root

How to Simplify a Square Root

Find the largest perfect-square factor, pull it out of the radical, and you have a simplified form. This guide shows exactly how to do that, step by step, with worked numbers and variables.

Chris Terry
By Chris Terry, Editor
Published June 17, 2026

To simplify a square root, find the largest perfect-square factor of the number under the radical, take its square root, and write that result outside the radical sign with any remaining factor left inside. That one operation is the whole process.

What Does It Mean to Simplify a Square Root?

A square root is in simplified form when the number under the radical, called the radicand, contains no perfect-square factor greater than 1. In other words, you cannot pull any whole number out of it. sqrt(50) is not simplified because 25 divides 50 evenly, and 25 is a perfect square. Once you write it as 5 sqrt(2), it is simplified, because 2 has no perfect-square factor above 1.

The rule that makes this possible is the product property of radicals, described on Wolfram MathWorld:

sqrt(a x b) = sqrt(a) x sqrt(b), for a ≥ 0 and b ≥ 0

That property lets you split any radicand into a perfect-square piece and a leftover piece, then collapse the perfect-square piece into a coefficient.

Perfect Squares to Know

You need these. Recognizing them on sight saves a lot of trial and error. The perfect squares from 1 through 225 are:

Each is just a whole number squared: 1² through 15². If you can spot that 144 divides 288, for instance, you jump straight to the answer instead of working through every factor one at a time.

The Three-Step Method

Three steps cover every case involving a positive whole number.

Step 1. Find the largest perfect-square factor of the radicand. Go through the list above and find the biggest one that divides evenly into your number.

Step 2. Rewrite the radicand as a product: the perfect-square factor times whatever is left. Then apply the product rule to split the radical in two.

Step 3. Take the square root of the perfect-square factor. Write that integer in front of the radical. The remaining factor stays under the radical.

If no perfect-square factor greater than 1 exists, the radical is already in simplest form. That is the entire method.

Worked Example 1: sqrt(72)

72 is a common exam number. It trips people up because they spot 4 first, pull out 2, and get 2 sqrt(18). That is not fully simplified, because 9 still divides 18. Always hunt for the largest perfect-square factor.

Step 1. List the perfect-square factors of 72: 4 divides 72, 9 divides 72, 36 divides 72. The largest is 36.

Step 2. Rewrite: 72 = 36 x 2. Split the radical: sqrt(72) = sqrt(36 x 2) = sqrt(36) x sqrt(2).

Step 3. sqrt(36) = 6, so sqrt(72) = 6 sqrt(2).

Check: Does 2 have a perfect-square factor above 1? No. Done. As a decimal, 6 sqrt(2) is approximately 8.485.

Want to check your work? Use the square root calculator to confirm the simplified radical form and decimal value for any number.

Worked Example 2: sqrt(180)

180 has more factors, so it gives more chances to miss the largest one. Let's go through it carefully.

Step 1. Perfect-square factors of 180: 4 divides 180 (180 / 4 = 45), 9 divides 180 (180 / 9 = 20), 36 divides 180 (180 / 36 = 5). The largest is 36.

Step 2. 180 = 36 x 5. Split: sqrt(180) = sqrt(36 x 5) = sqrt(36) x sqrt(5).

Step 3. sqrt(36) = 6, so sqrt(180) = 6 sqrt(5).

Check: 5 is prime, so no further simplification is possible. As a decimal, 6 sqrt(5) is approximately 13.416.

If you had started with 4 instead of 36, you would have written 2 sqrt(45). Then you would need to simplify sqrt(45) = sqrt(9 x 5) = 3 sqrt(5), giving 2 x 3 sqrt(5) = 6 sqrt(5). Same answer, more steps. Starting with the largest factor is faster.

Simplifying Square Roots with Variables

The product rule applies to variables the same way it applies to numbers. The key is the exponent. An even exponent under a radical simplifies cleanly; an odd one leaves a single power of the variable inside.

sqrt(x⁴) = x², because x² x x² = x⁴
sqrt(x⁵) = sqrt(x⁴ x x) = x² sqrt(x)

When the radicand mixes a number and a variable, handle both at the same time:

Example: Simplify sqrt(48x⁶).

Step 1. Largest perfect-square factor of 48 is 16 (48 = 16 x 3). The variable part x⁶ is a perfect square because the exponent 6 is even.

Step 2. sqrt(48x⁶) = sqrt(16 x⁶ x 3) = sqrt(16x⁶) x sqrt(3).

Step 3. sqrt(16) = 4, sqrt(x⁶) = x³, so the answer is 4x³ sqrt(3).

You can learn more about working with slopes and other algebraic expressions in the guide on how to find the slope of a line.

When a Square Root Is Already Simplified

Not every radical can be reduced. If the radicand is a prime number, it has no perfect-square factor other than 1, so the radical stays as written. sqrt(7), sqrt(11), sqrt(13), sqrt(17), sqrt(19) are all already in simplest form.

The same is true when every prime factor of the radicand appears an odd number of times and no factor is repeated twice. sqrt(30) = sqrt(2 x 3 x 5) cannot be simplified, because 2, 3, and 5 each appear exactly once. There is nothing to pull out.

A quick test: factor the radicand into primes. If any prime appears at least twice, the radical simplifies. If no prime appears twice, it does not.

Try it with the calculator

Enter any integer and see the simplified radical form, the factoring steps, and the decimal approximation.

Common questions

Frequently asked questions

How do you simplify a square root that is not a perfect square?

Find the largest perfect-square factor of the radicand. Rewrite the radicand as that factor times the remainder. Apply the product rule to split the radical, then take the square root of the perfect-square factor and write it in front of the radical. The remainder stays under the radical sign. For example, sqrt(50) = sqrt(25 x 2) = 5 sqrt(2).

What are the perfect squares from 1 to 100?

The perfect squares from 1 to 100 are 1, 4, 9, 16, 25, 36, 49, 64, 81, and 100. Each is a whole number multiplied by itself: 1 through 10 squared. Knowing these by memory makes spotting factors much faster.

Can you simplify the square root of a negative number?

Not in the real number system. The square root of a negative number is imaginary. The imaginary unit i is defined as sqrt(-1), so sqrt(-9) = sqrt(9) x sqrt(-1) = 3i. This is covered in complex number arithmetic, not standard radical simplification.

How do you simplify a square root with a variable?

Apply the product rule to the variable just as you would to a number. If the exponent under the radical is even, divide it by 2 and move the result outside: sqrt(x⁴) = x². If the exponent is odd, factor out the largest even power and leave one variable under the radical: sqrt(x⁵) = x² sqrt(x). Then simplify any numerical coefficient the same way.

Chris Terry
About the author
Chris Terry
Editor, Encore Editorial

Editor at Encore Editorial, Chris Terry sets the editorial standards here and turns dense topics into plain English. He has written widely on education, finance, and consumer markets.