100% Free No Sign-Up Unlimited Use No Limits Secure & Private
PDF Tools Calculators Categories Guides Contact No Sign-Up Needed to Use This Site
Number of Factors
--
Enter a number to find all factors
Smallest Prime
--
Largest Prime
--
Sum of Factors
--
Is Prime / Perfect
--
All Factors
Factor PairProduct Check

List every factor of any positive integer, its prime factorization, and all factor pairs — plus whether the number is prime or perfect.

How It Works

How Factor Calculator Works

The calculator finds every factor of your number by testing divisors from 1 up to its square root: whenever a candidate divides evenly, both that divisor and its matching pair (the number divided by it) are added to the list. Checking only up to the square root is enough because factors always come in pairs that multiply back to the original number.

Alongside the full factor list, it computes the prime factorization — breaking the number down into the unique combination of prime numbers that multiply together to produce it — by dividing out the smallest possible prime repeatedly until only primes remain.

From the factor list, the calculator also derives a few extra properties: whether the number is prime (exactly two factors, 1 and itself), whether it is a "perfect number" (its proper divisors add up to the number itself, like 6 = 1+2+3), and the sum of all its factors.

Worked Example

See It In Action

For 360: the factors are 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, 180, and 360 — 24 factors in total, summing to 1,170. The prime factorization is 360 = 2³ × 3² × 5. Since 360 has far more than two factors it is not prime, and since its factors sum to more than double 360, it is not a perfect number either.
Real-World Use Cases

Who Uses Factor Calculator and Why

  • Listing factor pairs to help factor a quadratic expression by hand.
  • Checking whether a specific number is prime by seeing whether it has more than two factors.
  • Splitting a total quantity — seats, boxes, students — into every possible arrangement of equal rows and columns.
  • Checking whether a number is a rare "perfect number" for a math enrichment exercise.
Common Mistakes

Mistakes to Avoid

  • Treating the full factor list and the prime factorization as the same thing — factors include every divisor (like 1, 4, 6, 9, and 360 itself for 360), while prime factorization is only the specific prime building blocks (2³ × 3² × 5).
  • Assuming a large number automatically has few factors — a highly composite number like 360 has 24 factors despite not being especially large.
  • Overlooking that the calculator's square-root shortcut only needs to test divisors up to √n, so a slow result for a very large number reflects genuine computation, not a bug.
Pro Tips

Tips for Best Results

  • Use the factor-pair list, not just the flat factor list, when you specifically need ways to write the number as a product of two whole numbers.
  • Cross-check primality quickly: if the factor list contains anything besides 1 and the number itself, it's composite, not prime.
Troubleshooting

Fixing Common Problems

I'm not sure if my number is prime from the results. — Count the factors listed — exactly two (1 and itself) means prime; more than two means composite.

The factor sum looks too large to be a perfect number. — Perfect numbers require the sum of proper divisors only (excluding the number itself) to equal the number exactly — check whether the calculator's total includes the number itself before comparing.

Glossary

Terms Explained

Factor pair: Two factors that multiply together to produce the original number.

Perfect number: A number whose proper divisors (all factors except itself) sum exactly to the number, like 6 (1+2+3) or 28.

FAQ

Frequently Asked Questions

What is the difference between "factors" and "prime factorization"?
Factors are every whole number that divides evenly into your number, including 1 and the number itself. Prime factorization is the specific combination of prime numbers — numbers with no factors other than 1 and themselves — that multiply together to build the original number.
How can I tell if a number is prime from these results?
A number is prime if it has exactly two factors: 1 and itself. If the factor list contains anything more than that, the number is composite, not prime.
What is a perfect number?
A perfect number is one where its proper divisors (all factors except the number itself) add up exactly to the number — 6 (1+2+3=6) and 28 (1+2+4+7+14=28) are the two smallest examples. Perfect numbers are quite rare.
Why are factor pairs useful?
Factor pairs show every way to write your number as a product of two whole numbers (like 15 × 24 = 360), which is especially useful for factoring quadratic expressions or splitting a quantity into equal groups.