Solvezi.com
Home
Tools
Blog
About
Contact
find-all-factors-step-by-step

Factor Calculator: Find All Factors of Any Number Step by Step

Apr 7, 2026•5 min read
Factor Calculator: Find All Factors of Any Number Step by Step

Factor Calculator: Finally Understand Factors, Prime Factorization, and Number Properties

Let me tell you about the first time I needed to find all factors of a number. I was in 6th grade, and my teacher asked, "What are all the factors of 36?" I started listing: 1, 36, 2, 18... but I kept missing some. I got 1, 2, 3, 4, 6, 9, 12, 18, 36—wait, did I get them all?

Then I learned the trick: factors come in pairs, and you only need to check up to the square root. Once I understood that, finding factors became easy.

In this guide, I'll walk you through everything you need to know about factors—from basic factor pairs to prime factorization, factor count formulas, and special number classifications like perfect, abundant, and deficient numbers.

Ready to master factors? Try our Factor Calculator and watch each calculation unfold step by step.


What Are Factors, Really?

A factor asks one simple question: "What numbers multiply together to give me this number?"

Simple Example

Factors of 12: All numbers that divide 12 evenly.

  • 1 × 12 = 12
  • 2 × 6 = 12
  • 3 × 4 = 12

So factors of 12 are: 1, 2, 3, 4, 6, 12

Another Example

Factors of 36:

  • 1 × 36 = 36
  • 2 × 18 = 36
  • 3 × 12 = 36
  • 4 × 9 = 36
  • 6 × 6 = 36

So factors: 1, 2, 3, 4, 6, 9, 12, 18, 36


Why Factors Matter

Real-World Applications

Scenario How Factors Help
Arranging objects 36 items can be arranged in 9 different rectangular arrays (1×36, 2×18, 3×12, 4×9, 6×6)
Dividing groups 24 students can be divided into equal groups of 1, 2, 3, 4, 6, 8, 12, or 24
Tiling floors A 12×18 floor can be tiled with squares of size = common factor
Cryptography Prime factorization is the basis of RSA encryption
Number theory Understanding number properties and relationships

How to Find All Factors: The Square Root Method

Here's the trick I wish someone had taught me earlier: Factors come in pairs, and you only need to check up to the square root.

Step-by-Step: Find Factors of 36

Step Calculation
1 √36 = 6 (check numbers 1 through 6)
2 36 ÷ 1 = 36 → factors: 1, 36
3 36 ÷ 2 = 18 → factors: 2, 18
4 36 ÷ 3 = 12 → factors: 3, 12
5 36 ÷ 4 = 9 → factors: 4, 9
6 36 ÷ 5 = not integer → skip
7 36 ÷ 6 = 6 → factor: 6 (only once)

Result: 1, 2, 3, 4, 6, 9, 12, 18, 36

Why This Works

For every factor a less than √n, there's a matching factor b = n/a greater than √n. This means:

  • You only need to check up to √n
  • Each factor you find gives you another factor for free
  • Perfect squares have a "middle" factor where a = b = √n

Factor Pairs

Factor pairs are the two numbers that multiply to give your original number.

Factor Pairs of 36

Pair Multiplication
1 × 36 = 36
2 × 18 = 36
3 × 12 = 36
4 × 9 = 36
6 × 6 = 36

Factor Pairs of 48

Pair Multiplication
1 × 48 = 48
2 × 24 = 48
3 × 16 = 48
4 × 12 = 48
6 × 8 = 48

Prime Factorization

Prime factorization breaks a number down into its prime building blocks.

How to Do Prime Factorization (Factor Tree Method)

Example: 36

      36
     /  \
    4    9
   / \  / \
  2  2 3  3

36 = 2 × 2 × 3 × 3 = 2² × 3²

Example: 48

      48
     /  \
    6    8
   / \  / \
  2  3 2  4
        / \
       2  2

48 = 2 × 2 × 2 × 2 × 3 = 2⁴ × 3

Example: 100

     100
    /   \
   10    10
  /  \  /  \
 2   5 2   5

100 = 2 × 2 × 5 × 5 = 2² × 5²


Number Classifications

Prime Numbers

A prime number has exactly two factors: 1 and itself.

Number Factors Prime?
2 1, 2 ✓
3 1, 3 ✓
5 1, 5 ✓
7 1, 7 ✓
11 1, 11 ✓
4 1, 2, 4 ✗ (composite)
6 1, 2, 3, 6 ✗ (composite)

First 10 primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29

Composite Numbers

A composite number has more than two factors.

Number Factor Count
4 3 factors (1, 2, 4)
6 4 factors (1, 2, 3, 6)
8 4 factors (1, 2, 4, 8)
9 3 factors (1, 3, 9)
12 6 factors
36 9 factors

Perfect Numbers

A perfect number equals the sum of its proper divisors (all divisors except itself).

Example: 6

  • Proper divisors: 1, 2, 3
  • Sum: 1 + 2 + 3 = 6 ✓

Example: 28

  • Proper divisors: 1, 2, 4, 7, 14
  • Sum: 1 + 2 + 4 + 7 + 14 = 28 ✓

First 4 perfect numbers: 6, 28, 496, 8128

Abundant Numbers

An abundant number has proper divisor sum greater than the number.

Example: 12

  • Proper divisors: 1, 2, 3, 4, 6
  • Sum: 1 + 2 + 3 + 4 + 6 = 16
  • 16 > 12 → abundant (abundance = 4)

Example: 18

  • Proper divisors: 1, 2, 3, 6, 9
  • Sum: 21 > 18 → abundant (abundance = 3)

Deficient Numbers

A deficient number has proper divisor sum less than the number.

Example: 8

  • Proper divisors: 1, 2, 4
  • Sum: 7 < 8 → deficient (deficiency = 1)

Example: 10

  • Proper divisors: 1, 2, 5
  • Sum: 8 < 10 → deficient (deficiency = 2)

Summary Table

Classification Condition Example
Prime Exactly 2 factors 7
Composite More than 2 factors 12
Perfect Sum of proper divisors = number 6, 28
Abundant Sum of proper divisors > number 12, 18
Deficient Sum of proper divisors < number 8, 10

Factor Count Formula (Tau Function)

The tau function τ(n) gives the number of positive divisors of n.

Formula

If n = p₁ᵉ¹ × p₂ᵉ² × ... × pₖᵉᵏ

Then τ(n) = (e₁ + 1)(e₂ + 1)...(eₖ + 1)

Examples

n = 36 = 2² × 3²

  • τ(36) = (2 + 1)(2 + 1) = 3 × 3 = 9 factors ✓

n = 48 = 2⁴ × 3¹

  • τ(48) = (4 + 1)(1 + 1) = 5 × 2 = 10 factors ✓

n = 60 = 2² × 3¹ × 5¹

  • τ(60) = (2 + 1)(1 + 1)(1 + 1) = 3 × 2 × 2 = 12 factors

n = 100 = 2² × 5²

  • τ(100) = (2 + 1)(2 + 1) = 3 × 3 = 9 factors

How to Use Our Factor Calculator

Our calculator is designed to be simple and educational.

Step 1: Enter Your Number

Type any positive integer. Example: 36

Step 2: Click Calculate

Or just press Enter—the calculator updates automatically.

Step 3: Read Your Results

You'll see:

  • All factors: Complete list in ascending order
  • Factor pairs: All pairs that multiply to your number
  • Prime factorization: Your number broken into primes
  • Classification: Prime, composite, perfect, abundant, or deficient
  • Statistics: Factor count, sum of factors
  • Step-by-step: Detailed mathematical analysis

What It Handles

Input Example Works?
Small numbers 12 ✓
Perfect squares 36, 100, 144 ✓
Prime numbers 17, 23, 31 ✓
Large numbers 10,000 ✓
Very large 1,000,000 ✓ (up to 1 billion)
1 1 ✓ (factors: 1)
Negative numbers -12 ⚠️ Use positive only
Decimals 12.5 ⚠️ Integers only

Step-by-Step Examples

Example 1: Factors of 36 (Perfect Square)

Step 1: Input number Number: 36

Step 2: Factor identification method Test divisibility from 1 to √36 = 6

Step 3: Factor pairs 1 × 36 = 36 2 × 18 = 36 3 × 12 = 36 4 × 9 = 36 6 × 6 = 36

Step 4: Prime factorization 36 = 2² × 3²

Step 5: Classification 36 is COMPOSITE (more than 2 factors)

Step 6: Number property Proper divisors sum: 1+2+3+4+6+9+12+18 = 55 55 > 36 → ABUNDANT number Abundance: 19

Step 7: Factor count formula τ(36) = (2+1)(2+1) = 9 factors ✓

Example 2: Factors of 28 (Perfect Number)

Step 1: Input number Number: 28

Step 2: Factor pairs 1 × 28 = 28 2 × 14 = 28 4 × 7 = 28

Step 3: Prime factorization 28 = 2² × 7

Step 4: Classification 28 is COMPOSITE

Step 5: Number property Proper divisors: 1, 2, 4, 7, 14 Sum: 1+2+4+7+14 = 28 28 = 28 → PERFECT number! ✨

Example 3: Factors of 17 (Prime Number)

Step 1: Input number Number: 17

Step 2: Factor pairs 1 × 17 = 17

Step 3: Prime factorization 17 is prime

Step 4: Classification 17 is PRIME (exactly 2 factors: 1 and 17)

Step 5: Number property Proper divisors sum: 1 < 17 → DEFICIENT number Deficiency: 16


Common Mistakes (I've Made Every Single One)

Mistake 1: Missing Factor Pairs

Wrong: Factors of 36: 1, 2, 3, 4, 6, 9, 12, 36 (missing 18) Right: 1, 2, 3, 4, 6, 9, 12, 18, 36

Mistake 2: Forgetting 1 and the Number Itself

Every number has at least two factors: 1 and itself.

Mistake 3: Including the Number in Proper Divisors

Wrong: Sum of proper divisors of 6 = 1+2+3+6 = 12 Right: 1+2+3 = 6 (exclude the number itself)

Mistake 4: Thinking All Odd Numbers Are Prime

Wrong: 9 is prime Right: 9 = 3 × 3, so it's composite

Mistake 5: Confusing Factors with Multiples

Wrong: Factors of 12 are 12, 24, 36... (those are multiples!) Right: Factors divide into 12: 1, 2, 3, 4, 6, 12

Mistake 6: Stopping Too Early

When using the square root method, don't forget to include the matching larger factor for each small factor you find.


Quick Reference: Factor Formulas

Definitions

Term Definition
Factor A number that divides another number evenly
Proper divisor All factors except the number itself
Prime factor A factor that is also a prime number
Factor pair Two numbers that multiply to give the original

Formulas

Formula Purpose
If a × b = n a and b are factor pairs
τ(n) = ∏(eᵢ + 1) Factor count (Tau function)
σ(n) = ∏(pᵢ^(eᵢ+1) - 1)/(pᵢ - 1) Sum of all factors
s(n) = σ(n) - n Sum of proper divisors

Special Number Conditions

Type Condition
Prime τ(n) = 2
Perfect s(n) = n
Abundant s(n) > n
Deficient s(n) < n

Common Factor Lists (Memorize These)

Number Factors Count
1 1 1
2 1, 2 2 (prime)
3 1, 3 2 (prime)
4 1, 2, 4 3
5 1, 5 2 (prime)
6 1, 2, 3, 6 4 (perfect)
7 1, 7 2 (prime)
8 1, 2, 4, 8 4
9 1, 3, 9 3
10 1, 2, 5, 10 4
11 1, 11 2 (prime)
12 1, 2, 3, 4, 6, 12 6 (abundant)
16 1, 2, 4, 8, 16 5
18 1, 2, 3, 6, 9, 18 6 (abundant)
20 1, 2, 4, 5, 10, 20 6
24 1, 2, 3, 4, 6, 8, 12, 24 8 (abundant)
28 1, 2, 4, 7, 14, 28 6 (perfect)
30 1, 2, 3, 5, 6, 10, 15, 30 8 (abundant)
36 1, 2, 3, 4, 6, 9, 12, 18, 36 9 (abundant)

Teaching Factors (or Learning Yourself)

Start with Small Numbers

Practice with numbers under 50 first:

  • 12 (6 factors)
  • 16 (5 factors)
  • 24 (8 factors)

Use Arrays

Draw rectangles to visualize factor pairs:

  • 12 items can be arranged as 1×12, 2×6, 3×4

Practice Prime Factorization

Start with numbers that are products of small primes:

  • 12 = 2² × 3
  • 18 = 2 × 3²
  • 20 = 2² × 5

Identify Special Numbers

Learn to recognize:

  • Primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29
  • Perfect numbers: 6, 28, 496, 8128
  • Squares: 4, 9, 16, 25, 36, 49, 64, 81, 100

Use the Square Root Trick

Remember: only check up to √n. Each factor you find gives you its partner.


Frequently Asked Questions

What's the difference between factors and multiples?

Factors divide INTO a number. Multiples are numbers you GET BY multiplying. Example for 6:

  • Factors: 1, 2, 3, 6
  • Multiples: 6, 12, 18, 24, 30...

What are proper divisors?

All factors except the number itself. Used to determine if a number is perfect, abundant, or deficient.

Is 1 a prime number?

No. 1 has only one factor (itself), not two. Primes must have exactly two factors.

What's the only even prime number?

  1. All other even numbers are divisible by 2, so they're composite.

How many factors does a prime number have?

Exactly 2: 1 and itself.

How do I find factors of a large number?

Use the square root method. Check divisibility from 1 up to √n. For each divisor you find, you automatically get its pair.

What's the factor count formula?

τ(n) = (e₁ + 1)(e₂ + 1)...(eₖ + 1) where eᵢ are exponents in prime factorization.

Why can't 0 be factored?

Every number divides 0, so 0 has infinitely many "factors." Factor calculators typically work with positive integers only.

How does your calculator handle large numbers?

It works up to 1 billion (1,000,000,000). For very large results, it uses scientific notation.

What's a deficient number?

A number where the sum of proper divisors is less than the number itself. Most numbers are deficient.


Your Turn: Start Calculating

Factors used to confuse me. Now they're a fundamental tool I use in number theory, algebra, and everyday problem-solving. The key is understanding the square root method and factor pairs.

Here's your practice plan:

  1. Start with small numbers: 12, 16, 18, 20, 24
  2. Find factor pairs: List all pairs that multiply to the number
  3. Practice prime factorization: Break down 36, 48, 60, 72, 100
  4. Classify numbers: Prime, composite, perfect, abundant, deficient
  5. Use the factor count formula: Verify τ(n) matches your factor list
  6. Try perfect numbers: 6, 28, 496
  7. Experiment with our calculator: Try different numbers
  8. Read the steps: Understand each calculation

Ready to start? Open up our Factor Calculator and try it yourself. Type in 36 and see all factors. Then try 28 to see a perfect number. Then try 12 to see an abundant number.

You'll get the hang of it faster than you think.


Have questions? Stuck on a particular factorization? Drop a comment below or reach out. I've been where you are, and I'm happy to help.

— The Solvezi Team


Disclaimer: This calculator is for educational purposes. While we aim for accuracy, always double-check critical calculations independently.

Continue Exploring

Related Articles

Dive deeper into similar topics and expand your knowledge

Article 1 of 10
Scroll horizontally
Prime Factorization Calculator: Break Down Numbers Step by Step
15 min
break-down-numbers-into-prime-factors-step-by-step

Prime Factorization Calculator: Break Down Numbers Step by Step

Free prime factorization calculator to find all prime factors of any number. Get instant results with step-by-step division steps, factor trees, and prime factor exponents. Perfect for number theory, simplifying fractions, and math education.

Apr 7, 2026
Read More
GCF Calculator: Find Greatest Common Factor Step by Step
10 min
find-greatest-common-factor-step-by-step

GCF Calculator: Find Greatest Common Factor Step by Step

Free GCF calculator to find the greatest common factor (GCD) of two or more numbers. Get instant results with step-by-step explanations using prime factorization and Euclidean algorithm. Perfect for simplifying fractions, algebra, and real-world applications.

Apr 7, 2026
Read More
Prime Number Calculator: Check, Analyze, and Understand Primes Step by Step
15 min
check-and-analyze-prime-numbers-step-by-step

Prime Number Calculator: Check, Analyze, and Understand Primes Step by Step

Free prime number calculator to check if any number is prime or composite. Get instant results with step-by-step analysis including divisors, prime factors, factorization tree, and nearest primes. Perfect for number theory, cryptography, and math education.

Apr 7, 2026
Read More
Twin Prime Calculator: Check and Generate Twin Prime Pairs Step by Step
12 min
explore-twin-prime-pairs-step-by-step

Twin Prime Calculator: Check and Generate Twin Prime Pairs Step by Step

Free twin prime calculator to check if a number is part of a twin prime pair and generate all twin primes within any range. Get instant results with step-by-step analysis and twin prime density statistics. Perfect for number theory enthusiasts and math education.

Apr 7, 2026
Read More
Magic Number Checker: Discover Hidden Properties of Any Number
13 min
discover-hidden-mathematical-properties

Magic Number Checker: Discover Hidden Properties of Any Number

Free magic number checker to discover mathematical properties of any number. Check primality, even/odd, perfect squares, Fibonacci status, Armstrong numbers, palindromes, factors, and more. Perfect for number theory exploration and math education.

Apr 7, 2026
Read More
LCM Calculator: Find Least Common Multiple Step by Step
9 min
find-least-common-multiple-step-by-step

LCM Calculator: Find Least Common Multiple Step by Step

Free LCM calculator to find the least common multiple of two or more numbers. Get instant results with step-by-step explanations using prime factorization. Perfect for fractions, math homework, and real-world applications.

Apr 7, 2026
Read More
Co-Prime Checker: Check If Numbers Are Relatively Prime Step by Step
13 min
check-if-numbers-are-co-prime-step-by-step

Co-Prime Checker: Check If Numbers Are Relatively Prime Step by Step

Free co-prime calculator to check if two numbers are relatively prime (coprime). Get instant results with step-by-step Euclidean algorithm steps, GCD calculation, and detailed explanations. Perfect for number theory, cryptography, and math education.

Apr 7, 2026
Read More
Perfect Number Calculator: Check If a Number Is Perfect Step by Step
14 min
check-perfect-abundant-deficient-numbers-step-by-step

Perfect Number Calculator: Check If a Number Is Perfect Step by Step

Free perfect number calculator to check if any number is perfect, abundant, or deficient. Get instant results with step-by-step divisor analysis, proper divisor sum calculation, and number classification. Perfect for number theory enthusiasts and math education.

Apr 7, 2026
Read More
Armstrong Number Calculator: Check Narcissistic Numbers Step by Step
12 min
check-armstrong-numbers-step-by-step

Armstrong Number Calculator: Check Narcissistic Numbers Step by Step

Free Armstrong number calculator to check if any number is a narcissistic number (Armstrong number). Get instant results with step-by-step digit power calculations, sum verification, and mathematical breakdown. Perfect for number theory enthusiasts and math education.

Apr 7, 2026
Read More
Palindrome Number Calculator: Check If Numbers Read the Same Forward and Backward
12 min
check-palindrome-numbers-with-visual-symmetry

Palindrome Number Calculator: Check If Numbers Read the Same Forward and Backward

Free palindrome number calculator to check if any number reads the same forward and backward. Get instant results with visual digit-by-digit matching, position breakdown, and animated symmetry visualization. Perfect for number theory, math puzzles, and coding practice.

Apr 7, 2026
Read More
Swipe to explore
View All Articles

Share

Factor Calculator: Find All Factors of Any Number Step by Step

Solvezi.com

Digital Tools Provider
Privacy PolicyTerms
© 2026 Solvezi.com. All rights reserved.