Prime Factorization Calculator

Factor any number into primes with the divisions narrated in exponent form, plus primality, divisor count, and GCF and LCM against an optional second number.

Private ● Runs entirely in your browser Your text never leaves your device.No account required.No data uploaded.Nothing stored unless you choose to save it.
Details
Result

Enter a whole number to factor it into primes.

Common Questions

How do I find the prime factorization of a number?

Divide by the smallest prime that fits, repeatedly, then move up. For example, 360 divides by 2 three times (360, 180, 90, 45), then by 3 twice (15, 5), and 5 is prime, so 360 = 2³ × 3² × 5. The calculator narrates exactly this chain of divisions, which is the same procedure as drawing a factor tree.

How do GCF and LCM come from prime factors?

Line up both factorizations. The greatest common factor takes the primes both numbers share, each at its lower exponent; the least common multiple takes every prime that appears, each at its higher exponent. For 36 = 2² × 3² and 60 = 2² × 3 × 5: GCF = 2² × 3 = 12 and LCM = 2² × 3² × 5 = 180. Enter a second number and the calculator works both lines for you.

How do I know if a number is prime?

Trial-divide by every prime up to its square root. If none divides it, the number is prime: any composite number must have a factor at or below its square root, because factors pair up around it. That is why checking 97 only needs the primes 2, 3, 5, and 7, and why the calculator can settle numbers up to a trillion instantly.

How does the divisor count work without listing divisors?

Add one to each exponent in the factorization and multiply. For 360 = 2³ × 3² × 5 that is (3+1) × (2+1) × (1+1) = 24 divisors, because building a divisor means choosing how many of each prime to include, from zero up to its exponent.

Why is 1 not a prime number?

Because uniqueness would collapse: if 1 counted as prime, 6 could be written as 2 × 3, or 1 × 2 × 3, or 1 × 1 × 2 × 3, endlessly. Excluding 1 keeps the fundamental theorem of arithmetic true: every number above 1 has exactly one prime factorization.

What is a factor tree?

A factor tree splits a number into any two factors, then keeps splitting each branch until every leaf is prime: 360 might branch into 36 × 10, then 6 × 6 and 2 × 5, and so on down to 2, 2, 2, 3, 3, 5. Whichever splits you choose, the leaves always come out the same, which is the uniqueness of prime factorization in action. The narrated divisions in this calculator are a factor tree flattened into a straight line.

What are coprime numbers?

Two numbers are coprime (relatively prime) when they share no prime factor, making their GCF exactly 1. For example, 9 = 3² and 10 = 2 × 5 are coprime even though neither is prime itself. Coprime denominators are the worst case for adding fractions, because the LCD becomes the full product. Enter two numbers and the calculator says outright when they are coprime.

Is 2 a prime number?

Yes, and it is the only even one. A prime needs exactly two divisors, 1 and itself, and 2 qualifies. Every other even number has 2 as an extra divisor, so it cannot be prime. That makes 2 the first prime and the reason factorization always starts by dividing out the 2s before moving to 3, 5, and 7.

Is anything I enter uploaded?

No. The factorization runs entirely in your browser. Nothing is sent to a server, there is no account, and the calculator works offline once the page has loaded.