BusinessMarch 30, 2026

Square Root Calculator Guide: How to Calculate Square Roots (2026)

By The hakaru Team·Last updated March 2026

Quick Answer

The square root of a number n is the value x such that x × x = n. For example, √25 = 5 because 5 × 5 = 25. Perfect squares (1, 4, 9, 16, 25…) have exact integer square roots. Irrational numbers like √2 = 1.41421… have infinite non-repeating decimals and can only be approximated.

What Is a Square Root?

A square root answers one question: what number, multiplied by itself, gives you n? If x × x = n, then x is the square root of n. The radical symbol √ is the notation — so √49 = 7, because 7 × 7 = 49.

The number inside the radical is called the radicand. Square roots are taught in US schools under Common Core standard 8.EE.A.2, which requires 8th graders to evaluate square and cube roots of small perfect values. The National Center for Education Statistics estimates roughly 3.7 million studentsare enrolled in 8th grade annually — all of them encounter square roots as a foundational concept.

Principal Root vs. Negative Root

Every positive number has exactly two square roots: one positive, one negative. For 9, both 3 and −3 qualify because (3)(3) = 9 and (−3)(−3) = 9. The ± notation captures both. But the radical symbol alone — √9 — means only the principal (positive) root, which is 3.

This distinction matters in algebra. Solving x² = 9 gives x = ±3. But √9 = 3, not −3. Negative numbers have no real square roots — the square root of −1 is the imaginary unit i, the foundation of complex number math.

Perfect Squares: The First 20

A perfect square is an integer whose square root is also an integer. Recognizing them on sight speeds up mental math considerably. A useful pattern: perfect squares can only end in 0, 1, 4, 5, 6, or 9. If a number ends in 2, 3, 7, or 8, it is never a perfect square.

Number (n)√nNumber (n)√n
1112111
4214412
9316913
16419614
25522515
36625616
49728917
64832418
81936119
1001040020

Khan Academy reports that “Square Roots” is among the most-searched topics in their 8th-grade math curriculum, with millions of practice problems completed on the platform each year. Fluency with this table is the single fastest path to speed and confidence in any course that uses algebra or geometry.

Memorization tip: the squares grow by odd increments. 1, 4, 9, 16, 25 — the gaps are 3, 5, 7, 9. Each new perfect square adds the next odd number to the previous one. That pattern holds all the way up.

How to Calculate Square Roots by Hand

Calculators are convenient. But knowing how to estimate square roots manually reveals something real about how mathematics works — and it is a useful skill when you need a rough answer fast.

Method 1: Bracket Between Perfect Squares

To estimate √50, identify the nearest perfect squares. 49 (√ = 7) is just below, 64 (√ = 8) is just above. So √50 sits between 7 and 8, very close to 7. Linear interpolation: 50 is 1/15 of the way from 49 to 64, so √50 ≈ 7 + (1/15) ≈ 7.07. The actual value is 7.0710678… — a solid mental estimate with almost no work.

Method 2: Newton's Method (Babylonian Method)

Newton's method — also called the Babylonian method because Babylonian mathematicians used a version of it 4,000 years ago — is one of the oldest numerical algorithms in history. Isaac Newton formalized it in his 1669 manuscript De analysi. For square roots, the update rule is simple:

New guess = (old guess + n / old guess) / 2

Let's find √50 starting with a guess of 7:

IterationGuessCalculation
Start7.000000
17.071429(7 + 50/7) / 2
27.071068(7.071429 + 50/7.071429) / 2
37.071068Converged

Three iterations to 6 significant figures. The method converges quadratically — the number of correct digits roughly doubles with each step. The same algorithm runs inside most pocket calculators and processor chips today.

Irrational Square Roots

Most square roots are irrational: they cannot be written as a fraction p/q. Their decimal expansions go on forever without repeating. √2 = 1.41421356237… is the most famous.

The discovery reportedly caused a crisis in ancient Greek mathematics. The Pythagoreans believed every number could be expressed as a ratio of whole numbers. According to ancient sources, a mathematician named Hippasus proved around 450 BCE that √2 is irrational. The story goes that his fellow Pythagoreans were so disturbed they drowned him at sea. History or legend — the proof itself is real.

The proof by contradiction: assume √2 = p/q in lowest terms. Then 2q² = p², so p is even — write p = 2k. Substituting: 2q² = 4k², meaning q is also even. But that contradicts p/q being in lowest terms. Contradiction. Therefore √2 is irrational.

Common irrational roots worth memorizing:

ValueDecimalWhere It Appears
√21.41421356…45° right triangle, diagonal of a unit square
√31.73205080…30-60-90 triangles, equilateral triangle height
√52.23606797…Golden ratio, diagonal of a 1×2 rectangle
√72.64575131…Heptagonal geometry
√103.16227766…Diagonal of a 1×3 rectangle

Mnemonic for the first four digits: “1, 4, 1, 4” for √2; “1, 7, 3, 2” for √3; “2, 2, 3, 6” for √5. That's enough precision for most real-world calculations.

Top 5 Real-World Applications of Square Roots

1. The Pythagorean Theorem (Construction & Architecture)

The most universal application. In a right triangle with legs a and b and hypotenuse c: c = √(a² + b²). A contractor building a deck with legs 6 and 8 feet computes the diagonal brace: √(36 + 64) = √100 = 10 feet exactly.

The US Bureau of Labor Statistics reports approximately 1.6 million construction workersemployed in the US. Anyone laying a foundation, framing a wall, or cutting roof rafters uses the Pythagorean theorem — and therefore square roots — as a daily tool. The “3-4-5 rule” for checking right angles is a direct application.

2. Standard Deviation (Statistics & Finance)

Standard deviation is the most widely used measure of risk and volatility. Its formula: σ = √(variance). Variance is the average of squared deviations from the mean. Taking the square root brings the measure back to the original unit — dollars or percentage points — rather than squared units.

When an analyst quotes a stock's 20% annualized volatility, they took a square root to get there. The CFA Institute reports over 190,000 CFA charterholders worldwide as of 2024, every one of whom passed rigorous exams requiring fluency with variance, standard deviation, and therefore square roots. The Black-Scholes options pricing model and Value-at-Risk models both depend on the same operation.

3. Compound Annual Growth Rate (CAGR)

CAGR is the standard way to express an investment's annualized return over a multi-year period. For a 2-year period the formula is: CAGR = √(ending value / beginning value) − 1. More generally, for n years: CAGR = (ending/beginning)^(1/n) − 1. The square root is the specific case when n = 2.

If a portfolio grows from $100,000 to $144,000 over two years, CAGR = √(1.44) − 1 = 1.20 − 1 = 20% per year. Every financial model, earnings release, and investment memo that quotes a 2-year CAGR uses a square root implicitly.

4. Physics: Kinetic Energy and Wave Equations

Square roots are threaded through classical physics. Kinetic energy KE = ½mv² — solve for velocity and you get v = √(2KE/m). The RMS (root mean square) voltage in alternating current is a square root: the 120V from your wall outlet is the RMS value of a sine wave with a peak of ~170V. Escape velocity from a planet is proportional to the square root of the planet's mass divided by its radius.

According to the American Physical Society, there are over 55,000 physicists employed in the US across academia, national labs, and industry. Square roots are among the most common operations in their daily calculations.

5. Distance Formula (Graphics & Gaming)

The distance between two points (x₁, y₁) and (x₂, y₂) is: d = √((x₂−x₁)² + (y₂−y₁)²). This is just the Pythagorean theorem in coordinate form. GPS devices, mapping apps, robotics path planning, and game collision detection execute this calculation billions of times daily. In 3D graphics, the same formula extends to three dimensions and underlies lighting models, shadow calculations, and physics engines.

Need to compute a square root fast?

Try the Free Square Root Calculator →

Also useful: our Standard Deviation Calculator guide

Cube Roots and Higher Roots

The square root is the most common case, but the concept extends to any index. The cube root of 27 is 3 because 3 × 3 × 3 = 27. Written as ³√27 or 27^(1/3). The fourth root of 81 is 3 because 3^4 = 81. In general, the nth root of x is x^(1/n).

One important difference from square roots: cube roots of negative numbers are real. The cube root of −8 is −2, because (−2)³ = −8. Square roots of negative numbers, by contrast, require imaginary numbers.

Fourth roots appear in compound interest formulas for quarterly periods. The CAGR formula for n years uses the nth root: (ending/beginning)^(1/n) − 1. Actuarial science and signal processing use higher roots too. But in everyday math, business, and science — it is the square root you will encounter most.

Common Core standard 8.EE.A.2 explicitly covers both square roots and cube roots of small perfect values, requiring students to recognize that ³√8 = 2 and ³√27 = 3 just as fluently as they recognize √4 = 2 and √9 = 3.

Key Square Root Properties

  1. Product rule: √(a × b) = √a × √b. So √12 = √(4 × 3) = 2√3 ≈ 3.464.
  2. Quotient rule: √(a / b) = √a / √b. So √(1/4) = 1/2.
  3. Squaring undoes the root: (√n)² = n for all n ≥ 0.
  4. Zero and one are their own roots: √0 = 0, √1 = 1.
  5. Scaling rule: √(n × k²) = k√n. Useful for simplifying radicals.

According to the National Assessment of Educational Progress (NAEP) 2022 report, only about 36% of 8th gradersscore at or above “Proficient” in mathematics. Fluency with square roots — including these properties — is a key discriminating skill at that level. Students who master them have a foundation that carries through algebra, geometry, and data analysis in high school and beyond.

Frequently Asked Questions

What is a square root?

A square root of a number n is the value x such that x × x = n. For example, √25 = 5 because 5 × 5 = 25. Every positive number has two square roots: a positive principal root and a negative root. By convention, the radical symbol refers to the positive root only.

How do you calculate a square root without a calculator?

The most reliable method is Newton's method: pick a guess, then repeatedly apply new guess = (old guess + n / old guess) / 2. After 4–5 iterations you converge to high accuracy. For quick mental estimates, find the two nearest perfect squares and interpolate between them.

What is an irrational square root?

An irrational square root cannot be expressed as a fraction of two integers. Its decimal expansion goes on forever without repeating. √2 = 1.41421356… is the classic example. Any positive integer that is not a perfect square has an irrational square root.

What is the difference between a square root and a cube root?

A square root finds x such that x² = n. A cube root finds x such that x³ = n. The cube root of 27 is 3 because 3 × 3 × 3 = 27. Unlike square roots, cube roots of negative numbers are real: the cube root of −8 is −2.

Where are square roots used in real life?

Square roots appear in the Pythagorean theorem (construction, navigation), standard deviation (finance, statistics), the CAGR formula (investing), kinetic energy and wave equations (physics), and the distance formula (GPS, gaming, graphics). Any time you work with areas, distances, or statistical variance you will encounter a square root.

What are the first 20 perfect squares?

The first 20 perfect squares are 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, and 400. Their square roots are the integers 1 through 20 respectively.