Square Root Calculator

Principal square root √a for geometry, radical simplification, and converting variance back to standard deviation units.

Runs in your browser · No data stored · No signup

The square root of a non-negative number a is the value x such that x² = a. √81 = 9 because 9×9 = 81. Every positive number has two square roots; the calculator shows the principal (non-negative) root.

Square-root outputs are numerical approximations where needed; use domain-specific precision and rounding standards where required.

Loading calculator…
By Muhammad Abdullah Rauf · Founder, EverydayTools.proUpdated 2026-07-03· Reviewed by EverydayTools Editorial Team

What is a square root?

Square root undoes squaring. A square with area 50 m² has side length √50 ≈ 7.07 m—geometry constantly asks which number multiplied by itself gives the area.

**Perfect squares**—1, 4, 9, 16, 25, 36, 49, 64, 81, 100—have integer roots. **Imperfect squares** like 2 or 50 produce irrational decimals that never terminate.

**Principal root:** √a ≥ 0 for a ≥ 0. Equation x² = 9 has solutions x = 3 and x = −3, but √9 = 3 by convention.

**Connection to exponents:** √a = a^(1/2). **Connection to statistics:** population standard deviation is the square root of variance—spread measured in original units after squaring deviations.

Simplify radicals by factoring out perfect squares: √72 = √(36×2) = 6√2.

Enter a non-negative number for √a—principal root with optional simplification context for perfect-square factors.

Quick answers

Concise answers for common searches — definitions, steps, and comparisons.

What is the square root of 81?

√81 = 9 because 9 × 9 = 81.

What is √50 in simplified radical form?

√50 = √(25×2) = 5√2 ≈ 7.071.

Can square root of a negative be real?

No. Negative radicands have no real square root—the principal root is defined for a ≥ 0.

How is square root used in standard deviation?

σ = √(variance). If variance is 16, standard deviation is 4 in original data units.

Square root computation

Uses IEEE double-precision square root for non-negative inputs. Validates a ≥ 0 for real results.

Formula

If x² = a and a ≥ 0, principal root x = √a = a^(1/2). Distance formula: d = √((x₂−x₁)² + (y₂−y₁)²). σ = √(Σ(x−μ)²/N).

Assumptions

  • Real principal square root (non-negative output).
  • Input is a real number ≥ 0.

Limitations

  • Negative inputs have no real square root—use complex numbers outside this tool.
  • Very large inputs may show floating rounding in last digits.

How to use Square Root Calculator

  1. Enter non-negative a

    Type the radicand—area, squared sum, or variance before root.

  2. Read principal √a

    Decimal result; for perfect squares you get an integer.

  3. Factor perfect squares mentally

    Split a into largest square factor × remainder for simplified radical form on paper.

  4. Use exponent calculator for fractional powers

    a^0.5 should match √a—cross-check both tools.

Square Root Calculator examples

Perfect square

Input

√144

Output

12

12 × 12 = 144.

Pythagorean triple

Input

√(3² + 4²)

Output

5

Classic 3-4-5 triangle hypotenuse.

Irrational root

Input

√2

Output

≈ 1.414214

Not a fraction—decimal continues without repeating.

Simplify √72

Input

√72

Output

≈ 8.485; exact form 6√2

72 = 36×2 → √36 × √2 = 6√2.

Zero and one

Input

√0, √1

Output

0 and 1

Boundary cases: 0² = 0, 1² = 1.

From variance

Input

Variance = 49

Output

σ = 7

Standard deviation restores original measurement units.

When to use a square root calculator

Common real-world scenarios where this tool saves time.

Pythagorean theorem side length

Right triangle legs 5 and 12: hypotenuse = √(5² + 12²) = √169 = 13.

Reverse area to side

Square garden area 200 ft² → side ≈ √200 ≈ 14.14 ft.

RMS and standard deviation check

Variance 25 (units²) → σ = √25 = 5 in original units.

Simplify homework radicals

Confirm √50 = 5√2 after factoring 25×2.

Workflow guides

Step-by-step chains that connect related tools for common tasks.

Related mathematical concepts

  1. Exponent 1/2 is square root; 1/3 is cube root—generalized in exponent calculator.
  2. Variance averages squared deviations; σ = √variance links spread to square root.
  3. Pythagorean theorem is the flagship geometric square root application.
  4. Quadratic solutions use ±√discriminant—principal root is one branch only.

Reference tables

Perfect square reference

√aa√a (integer)
√442
√25255
√49497
√10010010
√16916913
√40040020

Common irrational square roots

√aDecimal (6 dp)Simplified form
√21.414214
√31.732051
√52.236068
√507.0710685√2
√184.2426413√2

Best practices

Memorize perfect squares to 20²

400 cap catches most factorization shortcuts in radical simplification.

Pair with standard deviation calculator

Variance output squared units—square root returns to data units.

Verify via squaring

Multiply result by itself—should recover input within float tolerance.

Use exponent 1/2 equivalently

Algebra courses interchange √a and a^(1/2)—same numeric answer.

Common mistakes to avoid

Forgetting ± when solving x² = a

√ symbol means principal root only. Equation x² = 25 has solutions ±5; √25 = 5.

√(a + b) ≠ √a + √b

√(9 + 16) = 5 but √9 + √16 = 7. Root does not distribute over addition.

Taking √ of a negative for real geometry

Area and lengths are non-negative—negative radicands need complex analysis.

Rounding too early in Pythagorean steps

Keep √(sum of squares) exact until final answer—avoid √(12.5) rounding mid-problem.

Advertisement

Frequently Asked Questions

What is the difference between √x and x²?

√x undoes squaring for non-negative x. (√x)² = x, but √(x²) = |x|.

How do you find hypotenuse length?

c = √(a² + b²) for legs a and b in a right triangle.

Is √2 a rational number?

No—√2 is irrational. Its decimal neither terminates nor repeats.

Why is √0 equal to 0?

0 × 0 = 0—the only square root of zero is zero.

How does square root relate to logarithms?

Both invert growth operations: log inverts exp; squaring inverts principal square root.

What is a cube root compared to square root?

Cube root x where x³ = a—use exponent 1/3, not this square root tool.

When is √(a×b) = √a × √b?

When a ≥ 0 and b ≥ 0. Product rule fails if either factor is negative in reals.

Privacy, accuracy, and trust

Privacy

Radicand values are not uploaded—computed locally.

Advertisement

Reviewed by EverydayTools Editorial Team on 2026-07-03.

Same workflow or intent — pick the next step without leaving the site.

Frequently opened tools from the same category.

People also use

Cross-category tools others open in the same session.

Continue learning

Guides and walkthroughs that reference this tool.

Explore categories

Browse full tool collections by topic.