Enter a number
Type any real number to calculate its square root. If you enable “Allow complex results,” negative inputs will return an imaginary answer like 3i.
Compute √x (the square root of any number) instantly — with optional rounding, a simple “show the steps” explanation, and a switch to return imaginary results when the input is negative.
Type any real number to calculate its square root. If you enable “Allow complex results,” negative inputs will return an imaginary answer like 3i.
The square root of a number x is the value that, when multiplied by itself, equals x. In symbols:
Square roots show up everywhere because “squaring” is how we measure area and magnitude. If a square has area 81, its side length is √81 = 9. If a point is 3 units over and 4 units up from the origin, its distance is √(3² + 4²) = √25 = 5.
That last line is why this calculator gives you two modes: real-only, or “allow complex results.” In complex numbers, √(-x) can be written as i√x where i² = -1.
If you multiply x by 4, you only double the square root: √(4x) = 2√x. This “slow growth” is why square roots are used in science and statistics — they compress big ranges into smaller ones.
Your browser computes the square root using built-in floating-point math (similar to a scientific calculator). Here’s what happens behind the scenes:
For “auto” rounding, the calculator uses up to 6 decimals and trims trailing zeros. You can override it if your worksheet requires a specific number of decimals.
Examples make square roots feel obvious. Here are a few that cover the most common cases.
√144 = 12 because 12 × 12 = 144.
√0.04 = 0.2 because 0.2 × 0.2 = 0.04.
√2 ≈ 1.41421356… (never ends). Rounding to 3–6 decimals is usually enough.
√(-9) = 3i because (3i)² = -9.
√50 is between √49 and √64, so it’s between 7 and 8 — and closer to 7. The calculator gives ~7.0711.
Want a viral mini-challenge? Ask people to guess √2 to 3 decimals (1.414) and see who’s closest.
“The number that multiplied by itself equals x.” If √x = y, then y² = x.
Because both +a and -a square to a², but √ returns the principal (non-negative) root.
Not in real numbers. In complex numbers, √(-x) = i√x. Use complex mode for answers like 3i.
Homework: 3–4 decimals. More sensitive work: 6+ decimals (depends on your use-case).
This page focuses on numerical values. For symbolic simplification, use a roots/simplifying radicals tool.
20 interlinks from the Math category page.
Teacher tip: ask students to predict the result range (between which two integers) before calculating.
Note: The square root symbol √ typically refers to the principal square root. For x > 0 there are two real solutions to y² = x (±√x), but √x returns the non-negative one.