Factor Calculator

Every divisor of n, plus primes. Click any i for detail.

Jump to result

Integer

Number
i
n

Positive whole number (kept modest for browser speed).

How to use this calculator

  1. Enter a positive whole number.
  2. Read every positive divisor listed in order.
  3. Check the prime factorization line for the power form.
  4. Try a composite like 84 to see pairs and primes together.

Results explained

Factors are every integer that divides n evenly. Prime factorization breaks n into prime powers. Very large n may be truncated for browser speed.

Quick reference: factors

Factors of 12 are 1, 2, 3, 4, 6, and 12.

ItemDetail
PrimeOnly 1 and itself divide it
CompositeHas a factor other than 1 and itself
Perfect squarePairs of factors meet at √n
1Every integer has 1 as a factor

This page factors one n; GCF/LCM pages take lists.

How the estimate is built

Trial division up to √n for divisors; successive division for prime powers.

Example scenario

84 → factors 1…84; prime form 2² × 3 × 7.

FAQ

How is this different from GCF?

GCF finds the largest shared factor of several numbers. This lists all factors of one n.

What about negative numbers?

Divisors are listed for the absolute value of n.

Why cap large inputs?

Trial division grows with √n; huge numbers can freeze the tab.