Skip to main content
math

Square Root Calculator

Calculate the principal square root of a non-negative number. The square root of x is the non-negative number y such that y^2 = x.

Reviewed by Chase FloiedUpdated

This free online square root calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Must be zero or positive for a real result

Results

Square Root

4

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Square Root Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Square Root Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Square Root Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Square Root Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Square Root Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Calculate the principal square root of a non-negative number. The square root of x is the non-negative number y such that y^2 = x. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Square Root Calculator

The square root of a number x, written as √x, is the non-negative value y that satisfies y² = x. Square roots are among the most fundamental operations in mathematics, essential in the Pythagorean theorem, quadratic formula, standard deviation, and countless other formulas. The concept dates back to ancient Babylonian mathematics, where clay tablets from around 1800 BCE show remarkably accurate approximations of √2. Perfect squares such as 1, 4, 9, 16, 25, 36, and so on have integer square roots. Most positive integers have irrational square roots — √2 was one of the first numbers proven irrational by the ancient Greeks. The principal square root always refers to the non-negative root, a convention that ensures the square root function is well-defined. In the complex plane, every non-zero number has exactly two square roots, but for real numbers we restrict to the principal (non-negative) branch.

The Math Behind It

The square root function f(x) = √x is the inverse of g(x) = x² restricted to x ≥ 0. Its domain is [0, ∞) and its range is [0, ∞). The function is concave and monotonically increasing, with derivative 1/(2√x) for x > 0. At x = 0, the derivative is unbounded, corresponding to a vertical tangent. Key algebraic properties include: √(ab) = √a · √b for a, b ≥ 0; √(a/b) = √a / √b for a ≥ 0, b > 0; and (√a)² = a. However, √(a² + b²) ≠ a + b in general. The Babylonian method (also called Heron's method) computes square roots iteratively: starting from guess y₀, iterate yₙ₊₁ = (yₙ + x/yₙ)/2. This is a special case of Newton's method and converges quadratically. Simplifying square roots involves factoring out perfect square factors: √72 = √(36 × 2) = 6√2. Rationalizing denominators — rewriting 1/√a as √a/a — is a standard algebraic technique. Square roots connect to eigenvalues through matrix square roots and to geometry through the distance formula d = √((x₂−x₁)² + (y₂−y₁)²).

Formula Reference

Square Root

√x = x^(1/2)

Variables: x = a non-negative real number

Worked Examples

Example 1: Square Root of a Perfect Square

Find √144

Step 1:We need y such that y² = 144
Step 2:12² = 144 ✓

√144 = 12

Example 2: Simplifying a Square Root

Simplify √48

Step 1:Factor 48 = 16 × 3
Step 2:√48 = √(16 × 3) = √16 × √3 = 4√3
Step 3:As a decimal: 4√3 ≈ 6.9282

√48 = 4√3 ≈ 6.9282

Common Mistakes & Tips

  • !Thinking √(a + b) = √a + √b — this is false. √(9 + 16) = √25 = 5, not 3 + 4 = 7.
  • !Forgetting that √x² = |x|, not simply x. For x = −3, √(9) = 3, not −3.
  • !Assuming square roots of negative numbers don't exist — they exist as imaginary numbers (i = √(−1)).
  • !Not simplifying square roots by extracting perfect square factors.

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Why can't I take the square root of a negative number?

In the real number system, no real number squared gives a negative result. However, in the complex number system, √(−1) = i (the imaginary unit), allowing square roots of all numbers.

Is √2 rational or irrational?

√2 is irrational. This was proven by the ancient Greeks using proof by contradiction. Its decimal expansion is non-terminating and non-repeating: 1.41421356...