Square Root Calculator

Calculate the square root of any positive number instantly. Get exact and decimal results with step-by-step explanation. Free online √ calculator — no sign-up needed.

✅ Free to Use 📱 Mobile Friendly ⚡ Instant Results 🔒 No Sign-up Required

√ Square Root Calculator

Enter any non-negative number to find its square root.
Square Root Result

What is a Square Root?

The square root of a number n is a value that, when multiplied by itself, gives the original number n. It is written using the radical symbol √ or as n1/2.

√n = x   where   x × x = n
Example: √144 = 12   because   12 × 12 = 144

Every positive number has two square roots — one positive and one negative. For example, both +12 and −12 are square roots of 144. However, the principal square root (the one our calculator returns) is always the non-negative value.

The square root of 0 is 0. Square roots of negative numbers are not real numbers — they belong to the complex number system (written using the imaginary unit i).

Perfect Squares — Memorise These

A perfect square is a number whose square root is a whole integer. Memorising these saves enormous time in exams and everyday calculations.

Number (n)Square Root (√n)Number (n)Square Root (√n)
1110010
4212111
9314412
16416913
25519614
36622515
49725616
64828917
81932418

How to Calculate Square Root (Long Division Method)

Before calculators existed, mathematicians used the long division method to find square roots by hand. While our calculator does this instantly, understanding the manual method deepens your mathematical insight.

Step-by-step example: √529

  1. Group digits from right in pairs: 5 | 29
  2. Find largest integer whose square ≤ 5: that's 2 (2²=4). Quotient starts with 2.
  3. Subtract: 5−4 = 1. Bring down next pair: 129.
  4. Double the quotient (2×2=4). Find digit d so that (40+d)×d ≤ 129: d=3 → 43×3=129 ✓
  5. √529 = 23
Verification: 23 × 23 = 529 ✓

Square Root Properties and Rules

Understanding the algebraic properties of square roots helps simplify complex expressions in algebra and calculus.

√(a × b) = √a × √b   (Product rule)
√(a / b) = √a / √b   (Quotient rule)
√(a²) = |a|   (Absolute value)
(√a)² = a   (Square cancels root)
√a + √b ≠ √(a+b)   (Cannot be simplified this way)

Simplifying square roots: To simplify √72, find the largest perfect square factor: 72 = 36 × 2, so √72 = √36 × √2 = 6√2 ≈ 8.485.

Real-World Applications of Square Roots

Square roots are not just academic — they appear in physics, engineering, architecture, finance, and everyday geometry.

  • Pythagorean Theorem: To find the hypotenuse c of a right triangle: c = √(a² + b²). A 3-4-5 triangle: c = √(9+16) = √25 = 5.
  • Distance Formula: The distance between two points (x₁,y₁) and (x₂,y₂): d = √((x₂−x₁)² + (y₂−y₁)²).
  • Physics — Free Fall: Time to fall height h: t = √(2h/g). For h=20m: t = √(40/9.8) ≈ 2.02 seconds.
  • Finance — Volatility: Standard deviation (risk) uses square roots of variance in portfolio analysis.
  • Architecture: Finding diagonal dimensions of rooms, screens, fields, and buildings.
  • Signal Processing: RMS (Root Mean Square) values of AC electrical signals use square roots.

Frequently Asked Questions

What is the square root of 2?
√2 ≈ 1.41421356... It is an irrational number — its decimal representation never ends or repeats. It appears frequently in geometry: the diagonal of a unit square equals √2.
What is the square root of 0?
√0 = 0. Zero is the only number whose square root equals itself. It is also the only number with just one square root (since −0 = 0).
Can you find the square root of a negative number?
Not in the real number system. The square root of a negative number is an imaginary number. For example, √(−9) = 3i, where i = √(−1). This is studied in complex number theory.
What is the difference between square root and cube root?
The square root finds x where x² = n (e.g., √25 = 5). The cube root finds x where x³ = n (e.g., ∛27 = 3). Use our cube root calculator for cube roots.
How accurate is this square root calculator?
Our calculator uses JavaScript's built-in Math.sqrt() function, which provides results accurate to 15–17 significant decimal digits — far more precision than any practical application requires.
View All Tools →