Math tool

Square Root Calculator

Find the square root of any non-negative number instantly. This free sqrt calculator identifies perfect squares, shows results to 10 decimal places, and walks through the full square root formula step by step so you understand every answer, not just the number.
Enter a number to find its square root.

How to use this square root calculator

  1. Enter any non-negative number in the input field. Whole numbers, decimals, and large numbers are all accepted.
  2. The square root appears instantly below the input with up to 10 decimal places of precision.
  3. Check whether your number is a perfect square and read the full step-by-step solution above.
  4. Click Copy to grab the exact result for use in another calculation or application.

Square root formula and rules

Core formula

The square root formula is sqrt(x) = x^(1/2). Raising any non-negative number to the power of one-half gives its principal (positive) square root. This is exactly how the calculator works: it evaluates x^0.5 using the browser's native floating-point engine, which provides up to 15 significant digits of accuracy.

Inverse relationship

(sqrt(x))^2 = x for x greater than or equal to 0, and sqrt(x^2) = |x| for all real x. The absolute value matters: squaring removes the sign, so the square root always returns a non-negative value. Applying both operations in sequence returns the original number (or its absolute value for negative inputs).

Product rule -- the key to simplification

sqrt(a x b) = sqrt(a) x sqrt(b) for a, b greater than or equal to 0. This is the essential rule for simplifying radical expressions. To simplify sqrt(50): 50 = 25 x 2, so sqrt(50) = sqrt(25) x sqrt(2) = 5sqrt(2) approximately 7.071. Always pull out the largest perfect square factor of the radicand in one step to reach the simplest form directly.

Quotient rule

sqrt(a / b) = sqrt(a) / sqrt(b) for a greater than or equal to 0, b greater than 0. Radicals distribute over division just as they do over multiplication. Example: sqrt(25/4) = sqrt(25) / sqrt(4) = 5/2 = 2.5. This rule is especially useful when both numerator and denominator are perfect squares.

Adding and subtracting square roots

You can only combine square roots with the same radicand -- they behave like like terms: 3sqrt(2) + 5sqrt(2) = 8sqrt(2). But sqrt(2) + sqrt(3) cannot be simplified further. This rule is tested constantly in algebra, and it is the reason factoring out perfect squares first is so important -- it often reveals matching radicands that can then be added.

Quick reference

RuleFormulaExample
Core formulasqrt(x) = x^(1/2)sqrt(81) = 9
Inverse(sqrt(x))^2 = x(sqrt(5))^2 = 5
Product rulesqrt(a*b) = sqrt(a)*sqrt(b)sqrt(50) = 5sqrt(2)
Quotient rulesqrt(a/b) = sqrt(a)/sqrt(b)sqrt(9/4) = 1.5
Like termsn*sqrt(x)+m*sqrt(x) = (n+m)*sqrt(x)3sqrt(7)+2sqrt(7)=5sqrt(7)

What is a square root?

The square root of a number x is the value y such that y x y = x. Written as sqrt(x) in radical notation or x^(1/2) using exponents, it is the mathematical inverse of squaring. If 9 squared equals 81, then the square root of 81 equals 9. This inverse relationship is fundamental to algebra, geometry, and virtually every area of applied science and engineering.

Every positive real number has two square roots -- a positive one and a negative one. Both 5 squared and (-5) squared equal 25, so the two square roots of 25 are 5 and -5. By convention, the principal square root is always the positive one, so sqrt(25) = 5. When you need both solutions (such as in quadratic equations), write +/-sqrt(25) = +/-5.

The square root of 0 is 0, the only number with just one square root. The square root of a negative number is imaginary -- sqrt(-1) = i, the imaginary unit that underpins complex number theory, electrical engineering, and quantum physics. This calculator handles only non-negative real inputs.

  • sqrt(4) = 2 because 2 x 2 = 4 (perfect square)
  • sqrt(9) = 3 because 3 x 3 = 9 (perfect square)
  • sqrt(2) approximately 1.41421 -- irrational, non-terminating decimal
  • sqrt(0.25) = 0.5 -- decimals work too: 0.5 x 0.5 = 0.25
  • sqrt(100) = 10 and sqrt(144) = 12

Interpreting your square root result

Perfect square -- exact whole-number result

When the result is flagged as a perfect square, the answer is an exact integer with zero rounding. The verified equation (e.g., 12 x 12 = 144) appears in the explanation. Perfect square roots come up most often in geometry (Pythagorean triples), algebra (factoring expressions), and standardized test math.

Non-perfect square -- irrational decimal

Most numbers are not perfect squares. Their square roots are irrational -- the decimal never terminates or repeats. The calculator shows 10 significant decimal places, which exceeds the precision needed for any engineering, scientific, or financial application. The verification step confirms accuracy by squaring the rounded result back toward the original.

Decimal and fraction radicands

Square roots work on any non-negative decimal. sqrt(0.5) = 1/sqrt(2) approximately 0.70711. sqrt(2.25) = 1.5 exactly, because 2.25 = 9/4 and sqrt(9/4) = 3/2. Enter any decimal in the calculator above and read the precise result immediately.

Real-world applications of square roots

The Pythagorean theorem -- geometry's most famous square root

The hypotenuse of a right triangle is c = sqrt(a^2 + b^2). For legs of 3 m and 4 m: c = sqrt(9 + 16) = sqrt(25) = 5 m. The same formula calculates the straight-line distance between any two points in 2D space, making it fundamental to navigation, construction, architecture, and computer graphics every single day.

Statistics -- standard deviation

Standard deviation is sigma = sqrt(variance) = sqrt(Sum(x - mu)^2 / n). The square root brings variance -- which is measured in squared units -- back to the original data units, making it interpretable. A dataset with variance 25 kg squared has a standard deviation of 5 kg, which you can directly compare to individual measurements. This is why standard deviation is far more commonly reported than variance in research and analytics.

Physics -- velocity and kinetic energy

The kinetic energy formula KE = (1/2)mv^2 rearranges to v = sqrt(2KE / m). Square roots emerge whenever you invert a quadratic relationship -- any formula where a quantity scales with the square of another variable. Escape velocity, wave propagation speed, and resonance frequencies all depend on square roots in their underlying equations.

Electrical engineering -- RMS voltage

In AC circuits, RMS voltage = V_peak / sqrt(2) approximately 0.7071 x V_peak. A standard 120V wall outlet has a peak voltage of about 170V, and 170 / sqrt(2) approximately equals 120V RMS. The sqrt(2) factor comes from integrating a squared sine wave over one full cycle -- a foundational result in every electrical engineering curriculum.

Finance -- portfolio volatility scales with sqrt(time)

Expected portfolio volatility grows with the square root of time. If a stock has annualized volatility of 20%, its daily volatility is approximately 20% / sqrt(252) approximately 1.26%, where 252 is the number of trading days per year. This sqrt-of-time rule comes from the statistical properties of random walks, the mathematical foundation of most financial pricing models including Black-Scholes.

Perfect squares reference table

Memorizing these 15 values gives you instant mental estimation for any square root:

nn squared (perfect square)Square root
111
242
393
4164
5255
6366
7497
8648
9819
1010010
1112111
1214412
1316913
1419614
1522515

How to estimate a square root by hand

Knowing the 15 perfect squares above makes mental estimation straightforward. Here is the step-by-step technique:

  1. Find the two nearest perfect squares. For sqrt(75): 8 squared = 64 and 9 squared = 81. So sqrt(75) lies between 8 and 9.
  2. Interpolate to get a decimal estimate. 75 is (75-64) / (81-64) = 11/17 approximately 0.65 of the way from 64 to 81. So sqrt(75) approximately 8.65. The exact answer is 8.6603 -- this estimate is within 0.03%.
  3. Refine with one Newton step (optional). New guess = (guess + n/guess) / 2. With 8.65: (8.65 + 75/8.65) / 2 = (8.65 + 8.671) / 2 approximately 8.66 -- extremely close.
  4. Verify by squaring. 8.66 squared approximately 74.99 -- accurate to 4 significant figures.

Quick shortcut: if a number is just above a perfect square, the root is the integer plus 1/(2 x integer). sqrt(50) is just above sqrt(49) = 7, so sqrt(50) approximately 7 + 1/14 approximately 7.071. Exact to 3 decimal places.

Quick mental square root tips

Use these patterns to reduce mental arithmetic when a calculator is not available:

  • Powers of 10: sqrt(100) = 10, sqrt(10000) = 100. Move the decimal point and halve the zeros.
  • Ratio shortcut: sqrt(a/b) = sqrt(a) / sqrt(b). sqrt(4/9) = 2/3 instantly.
  • Estimate by bracketing: sqrt(50) is between sqrt(49)=7 and sqrt(64)=8, closer to 7.
  • Newton iteration: One step of (guess + n/guess)/2 halves the error in your estimate.
  • Simplify first: sqrt(200) = sqrt(100 x 2) = 10*sqrt(2) approximately 14.14. Much easier than estimating sqrt(200) directly.

Common square root mistakes to avoid

sqrt(a + b) is not equal to sqrt(a) + sqrt(b)

This is the single most common radical error. sqrt(9 + 16) = sqrt(25) = 5, but sqrt(9) + sqrt(16) = 3 + 4 = 7. The product rule works (sqrt(a x b) = sqrt(a) x sqrt(b)), but there is no sum rule for radicals. Never split a square root over addition or subtraction.

Forgetting the plus-or-minus sign when solving equations

When solving x^2 = 25, the answer is x = +/-5, not just x = 5. The square root operation returns only the positive principal root. When used to solve equations, both the positive and negative roots must be written. Dropping the negative root leads to missing solutions in physics, quadratic equations, and optimization problems.

Confusing sqrt(x^2) = |x| and (sqrt(x))^2 = x

sqrt((-5)^2) = sqrt(25) = 5, not -5. The absolute value is required because squaring removes the sign. By contrast, (sqrt(5))^2 = 5 -- this one does not need absolute value since sqrt(5) is already non-negative. Know which form you are working with before applying the inverse identity.

Rounding mid-calculation

If sqrt(2) appears in a multi-step formula, keep the full precision (1.41421356...) until the final step. Rounding to 1.41 early and then multiplying by a large number compounds the error significantly. Use this calculator to get the precise value, then carry it unrounded through your calculation.

Frequently Asked Questions

Q
How do you calculate a square root by hand?
For perfect squares, recall from memory: √4=2, √9=3, √25=5, √100=10. For other numbers, bracket between two consecutive integers whose squares straddle your number. For √50: 7^2=49 and 8^2=64, so √50 lies between 7 and 8, much closer to 7. Linear interpolation gives 7 + (50-49)/(64-49) ≈ 7.07. Verify by squaring: 7.07^2 ≈ 49.98. For full decimal precision, use the sqrt calculator above.
Q
What is the square root of 2?
√2 ≈ 1.41421356237..., an irrational number whose decimal never terminates or repeats. It equals the length of the diagonal of a 1x1 unit square, and it was the first number proven to be irrational by ancient Greek mathematicians. In electronics, 1/√2 ≈ 0.7071 converts between peak and RMS voltage in AC circuits. In music, the tritone (6 semitones) in 12-tone equal temperament is exactly 2^(6/12) = √2.
Q
Can you take the square root of a negative number?
Not in the real number system. The square root of -1 is defined as i (the imaginary unit), and √(-n) = i√n. For example, √(-4) = 2i. Imaginary numbers are essential in electrical engineering, quantum mechanics, and signal processing. This calculator handles only non-negative real inputs and displays a clear message for negative entries.
Q
What are perfect squares and why do they matter?
Perfect squares are integers whose square roots are whole numbers: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144... They follow the pattern n^2 for integer n. Knowing them by heart is the key skill for simplifying radicals (√72 = √(36x2) = 6√2), solving quadratics quickly, and mental estimation. Memorizing the first 15 perfect squares covers most algebra and standardized test scenarios.
Q
How do you simplify a square root like √72?
Use the product rule: √(a x b) = √a x √b. Factor the radicand to find its largest perfect square factor. For √72: 72 = 36 x 2, where 36 = 6^2. So √72 = √36 x √2 = 6√2 ≈ 8.485. Always pull out the largest perfect square factor in one step - using a smaller perfect square (like 4) gives a partial simplification (2√18) that needs further work since 18 = 9 x 2 still has a perfect square factor.
Q
What is the difference between squaring and finding the square root?
Squaring multiplies a number by itself: 5^2 = 25. Finding the square root reverses that: √25 = 5. They are inverse operations. Applying both returns the original: √(x^2) = |x| - the absolute value matters. √((-5)^2) = √25 = 5, not -5. When you square both sides of an equation to remove a radical, always check for extraneous solutions introduced by the absolute value.