Square Roots Calculator

A square root calculator takes a number and finds the value that, when multiplied by itself, gives you that original number. It's one of the most fundamental operations in math, and whether you're a student working through algebra homework or someone double-checking measurements for a home project, having a reliable tool makes the process fast and painless. This page walks you through everything related to square roots: the formula, how to simplify them, how to handle decimals, and what happens with negative numbers. The calculator above handles the computation instantly, but understanding the concept behind it makes you much more confident working with numbers.

Enter Details

Number

Result

Square & cube root

Note — This result is an estimate. Talk to a healthcare provider for personalized guidance.

How to Calculate Square Roots

The square root of a number n is the value x such that x × x = n. So the square root of 25 is 5, because 5 × 5 = 25. Simple enough for perfect squares. For everything else, it gets a bit more involved.

For numbers that aren't perfect squares, you have a few options. You can use a calculator (the quickest route), apply an estimation method by finding the two perfect squares your number falls between, or use the long division method if you need a manual approach. Most people reach for a calculator, and honestly that's fine. But knowing the underlying logic helps you catch errors and build number sense.

The estimation approach works like this: say you want the square root of 50. You know that √49 = 7 and √64 = 8, so √50 is somewhere between 7 and 8, closer to 7. A calculator gives you 7.071. That kind of mental check is surprisingly useful.

Square Root Formula

The standard notation for a square root uses the radical symbol: √n. You can also write it as an exponent: n^(1/2) or n^0.5. Both forms mean exactly the same thing and show up regularly depending on the context, whether that's a textbook, a spreadsheet formula, or a programming language.

Formally, for any non-negative real number n:

  • √n = x, where x ≥ 0 and x² = n
  • The principal square root always refers to the positive root. For example, even though both 5 and -5 squared equal 25, √25 = 5 by convention.
  • In exponential form: √n = n^(1/2)

This exponent form becomes especially handy in algebra and calculus, where radical expressions are often rewritten as fractional powers to make them easier to manipulate.

Perfect Square Calculator

A perfect square is any integer that's the square of another integer. The numbers 1, 4, 9, 16, 25 are all perfect squares. Their square roots come out as clean whole numbers, with no decimals or radicals hanging around. That's what makes them so useful in math.

When you enter a perfect square into the calculator, the result is an exact integer. No rounding, no approximation. For everything else, you get a decimal that goes on indefinitely (an irrational number in most cases), so the calculator rounds it to a practical number of decimal places.

Recognizing perfect squares on sight saves real time on tests and in everyday calculations. The more familiar you are with them, the faster you can simplify expressions, reduce fractions, and spot patterns in number problems.

List of Common Perfect Squares

Number (n)Square (n²)Square Root (√n²)
111
242
393
4164
5255
6366
7497
8648
9819
1010010
1112111
1214412
1316913
1419614
1522515
2040020
2562525

Memorizing at least the first 15 perfect squares is worth the effort. They come up constantly in geometry, algebra, and standardized tests.

Finding the Square Root of Perfect Squares

When you're working with a perfect square, finding its square root is just a matter of recognizing the pair. If you know your multiplication tables well, this becomes almost automatic.

The process: ask yourself what number times itself equals the number you're looking at. For 144, that's 12 (since 12 × 12 = 144). For 225, it's 15. If you're not sure, you can work backwards from a list or use the prime factorization method described below.

One practical trick: if a number ends in 1, 4, 5, 6, or 9, it could be a perfect square. If it ends in 2, 3, 7, or 8, it definitely isn't. That quick digit check can save you time when you're trying to determine whether simplification is even possible.

Simplify Square Roots

Simplifying a square root means rewriting it in its simplest radical form. The goal is to pull out any perfect square factors hiding inside the number under the radical sign. For instance, √72 can be simplified to 6√2, because 72 = 36 × 2 and √36 = 6.

This matters because simplified radical expressions are much easier to work with in equations, and most math teachers (and standardized tests) expect answers in simplified form. Leaving √72 as-is when it can be written as 6√2 is considered an incomplete answer.

The two most common approaches are the prime factorization method and a more intuitive factor-spotting approach. Both work fine. Prime factorization is more systematic and reliable for larger numbers.

Prime Factorization Method

This method breaks the number under the radical down to its prime factors, then pulls out pairs. Each pair of identical prime factors comes out from under the radical as a single factor.

  1. Write the number as a product of prime factors. For example, 72 = 2 × 2 × 2 × 3 × 3.
  2. Group the primes into pairs: (2 × 2) × (3 × 3) × 2.
  3. Each pair comes out of the radical as one factor: 2 × 3 = 6.
  4. Any leftover unpaired primes stay under the radical: √2.
  5. Final answer: 6√2.

Let's try another one. Simplify √180.

  1. 180 = 2 × 2 × 3 × 3 × 5
  2. Pairs: (2 × 2) and (3 × 3), with a leftover 5.
  3. Outside: 2 × 3 = 6. Inside: √5.
  4. Answer: 6√5.

This method is thorough and works for any whole number. It's especially reliable when you're not sure whether you've caught all the perfect square factors on the first pass.

Simplifying Radical Expressions

Radical expressions show up in algebra as terms like 3√5, 2√7, or more complex combinations. Simplifying them follows the same logic as simplifying a single square root, but with a few extra rules to keep in mind.

  • Multiplying radicals: √a × √b = √(a × b). So √3 × √12 = √36 = 6.
  • Dividing radicals: √a / √b = √(a/b). For example, √50 / √2 = √25 = 5.
  • Adding and subtracting: You can only combine like radicals. 3√2 + 5√2 = 8√2. But 3√2 + 5√3 cannot be combined.
  • Coefficient and radical separately: In an expression like 4√18, simplify the radical first (√18 = 3√2), then multiply the coefficients: 4 × 3√2 = 12√2.

The key habit is always checking whether the number under the radical has a perfect square factor before calling your answer simplified. Missing a factor like 4 or 9 inside a larger number is one of the most common mistakes in algebra.

Decimal Approximation of Square Roots

Most square roots don't land on a whole number. The square root of 2, for example, is approximately 1.41421356... and those digits never repeat or end. It's irrational. For practical purposes, you round to however many decimal places you need.

Common decimal approximations worth knowing:

  • √2 ≈ 1.414
  • √3 ≈ 1.732
  • √5 ≈ 2.236
  • √6 ≈ 2.449
  • √7 ≈ 2.646
  • √8 ≈ 2.828
  • √10 ≈ 3.162

For rough mental estimates, the method of bracketing between two known perfect squares works well. For anything requiring precision, use the calculator. In fields like engineering or construction, rounding errors can compound, so extra decimal places matter more than they might seem at first.

Square Root Calculation Examples

Working through a few examples covers a lot of ground quickly. Here's a range from straightforward to a bit more involved.

  • √81: 9, because 9 × 9 = 81. Clean perfect square.
  • √2: Approximately 1.414. Irrational, so we use a decimal approximation.
  • √200: Simplify first. 200 = 4 × 50 = 4 × 25 × 2. So √200 = √(100 × 2) = 10√2 ≈ 14.142.
  • √0.25: 0.5, because 0.5 × 0.5 = 0.25. Square roots of decimals work the same way.
  • √(9/16): Take the square root of numerator and denominator separately. √9 / √16 = 3/4.
  • √500: 500 = 100 × 5, so √500 = 10√5 ≈ 22.361.

Notice that simplifying before reaching for a decimal approximation often makes the work cleaner and the answer more useful in an equation context.

Square Roots of Negative Numbers

Here's where things get interesting. There's no real number whose square is negative, because any number times itself (positive or negative) produces a positive result. So √(-1) doesn't exist in the real number system.

That's where imaginary numbers come in. Mathematicians defined i as the square root of -1. It's called the imaginary unit. From there, the square root of any negative number can be expressed using i:

  • √(-4) = 2i
  • √(-9) = 3i
  • √(-25) = 5i
  • √(-7) ≈ 2.646i

In general: √(-n) = i√n for any positive number n.

Complex numbers, which combine a real part and an imaginary part (like 3 + 4i), rely on this concept. They're used heavily in electrical engineering, signal processing, and physics. For most everyday math, you won't run into negative square roots. But they're absolutely real in the mathematical sense, just in a different number system than the one we use by default.

Square Root Table for Common Numbers

Number (n)√n (exact or simplified)√n (decimal, rounded to 3 places)
111.000
2√21.414
3√31.732
422.000
5√52.236
6√62.449
7√72.646
82√22.828
933.000
10√103.162
1644.000
2555.000
3666.000
505√27.071
1001010.000
1441212.000
20010√214.142

This table covers the values that come up most often in algebra, geometry, and applied math. Bookmark it or keep it handy for reference.

Square Root vs Cube Root

The square root asks: what number multiplied by itself once gives me this value? The cube root asks: what number multiplied by itself twice (three times total) gives me this value? They're related concepts but serve different purposes.

FeatureSquare RootCube Root
Symbol√n∛n
Exponent formn^(1/2)n^(1/3)
Example√25 = 5∛27 = 3
Works with negatives?No (in real numbers)Yes: ∛(-8) = -2
Common useArea, geometry, algebraVolume, physics, engineering

One key difference: cube roots of negative numbers are real. Since (-2) × (-2) × (-2) = -8, ∛(-8) = -2 without any imaginary numbers involved. That's not the case for square roots, where negative inputs require i.

In practice, square roots come up far more often in basic math and geometry. Cube roots appear more in volume calculations and certain physics formulas. Both are special cases of the general nth root: n^(1/k).

Practical Applications of Square Roots

Square roots aren't just an algebra exercise. They show up in real, practical situations more often than most people expect.

  • Geometry: The Pythagorean theorem (a² + b² = c²) requires a square root to solve for any side of a right triangle. If you're calculating the diagonal of a room or the length of a ramp, you're using square roots.
  • Area calculations: If you know the area of a square and need the side length, take the square root. A square with 144 square feet of area has sides of 12 feet.
  • Physics: Formulas for velocity, energy, and wave frequency regularly involve square roots. The period of a pendulum, for example, depends on the square root of its length.
  • Finance: Volatility in investment analysis is often expressed as a standard deviation, which is computed using a square root.
  • Computer graphics: Distance between two points in 2D or 3D space uses the square root (via the distance formula, which extends the Pythagorean theorem).
  • Construction and carpentry: The 3-4-5 right triangle rule used to check square corners relies directly on the Pythagorean theorem.

Pretty much anywhere you're dealing with areas, distances, or rates of change, square roots are somewhere in the math. Getting comfortable with them makes you more capable across a surprisingly wide range of fields.

Other Maths Calculators

Explore all