Perfect Square Calculator
Check if any number is a perfect square, find its square root, nearest perfect squares, simplest radical form, and prime factorization.
What is a Perfect Square?
A perfect square (also known as a square number) is an integer that can be expressed as the product of an integer with itself. In mathematical notation, if \(n\) and \(k\) are integers such that:
$$n = k^2 = k \times k$$
then \(n\) is a perfect square, and \(k\) is the square root of \(n\), written as \(\sqrt{n} = k\).
Because squaring any real integer (positive, zero, or negative) always results in a non-negative value, all real perfect squares are greater than or equal to 0 (\(n \ge 0\)).
Table of the First 25 Positive Perfect Squares
The table below lists the squares for base numbers 1 through 25:
| Base (\(k\)) | Square (\(k^2\)) | Base (\(k\)) | Square (\(k^2\)) |
|---|---|---|---|
| 1 | 1 | 14 | 196 |
| 2 | 4 | 15 | 225 |
| 3 | 9 | 16 | 256 |
| 4 | 16 | 17 | 289 |
| 5 | 25 | 18 | 324 |
| 6 | 36 | 19 | 361 |
| 7 | 49 | 20 | 400 |
| 8 | 64 | 21 | 441 |
| 9 | 81 | 22 | 484 |
| 10 | 100 | 23 | 529 |
| 11 | 121 | 24 | 576 |
| 12 | 144 | 25 | 625 |
| 13 | 169 | - | - |
Properties and Quick Tricks to Check Perfect Squares
1. Last Digit Rule (Units Digit)
In base 10, a perfect square can only end in 0, 1, 4, 5, 6, or 9. If an integer ends in 2, 3, 7, or 8, it is guaranteed not to be a perfect square.
2. Digital Root Rule (Mod 9)
The digital root (repeated sum of digits until a single digit remains) of any perfect square must be 1, 4, 7, or 9 (or 0 for zero). For example, \(144 \rightarrow 1 + 4 + 4 = 9\).
3. Prime Factorization Exponents
When factored into prime numbers, a number is a perfect square if and only if every prime factor exponent is an even integer. For instance, \(144 = 2^4 \times 3^2\). Both exponents (4 and 2) are even, so 144 is a square. You can also inspect cubic numbers with our Perfect Cube Calculator or compute square roots directly using our Square Root Calculator.
Frequently Asked Questions
Is 0 a perfect square?
Yes, 0 is a perfect square because \(0^2 = 0 \times 0 = 0\), and 0 is an integer.
Can a negative number be a perfect square?
No real number squared produces a negative number. While in complex numbers \((\pm 2i)^2 = -4\), by definition in elementary mathematics, perfect squares are non-negative integers.
How can I find the smallest number to multiply by to make a number a square?
Write out the prime factorization. Multiply together all prime factors that have an odd exponent to obtain the minimal multiplier.
How many perfect squares are between 1 and 100?
There are 10 perfect squares from 1 to 100 inclusive: 1, 4, 9, 16, 25, 36, 49, 64, 81, and 100.
What is the geometric meaning of a perfect square?
A perfect square corresponds to the total number of unit tiles or area of a square geometric grid with integer side lengths.