We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
If this tool helped you, you can buy us a coffee ☕
Enter any positive integer to instantly calculate its prime factorization. Get prime number verification and detailed step-by-step results with this free online calculator.
Enter an integer greater than 1. It will be automatically factored into its prime components (i.e., breaking it down into numbers only divisible by 1 and itself).

Circle Area Calculator
Quickly calculate the area of a circle by entering the radius, diameter, or circumference. Supports custom units and precision settings.

Inverse Trigonometric Function Calculator
Accurately calculate radian values for inverse trig functions like arcsin and arccos. Supports 6 function types and custom decimal precision.

Least Common Multiple (LCM) Calculator
Quickly calculate the least common multiple (LCM) of two or more integers. Supports space-separated number list input.

Prime and Composite Number Calculator
Instantly identify prime, composite, or special numbers. Supports batch checking and mathematical property analysis.

Circle Area Calculator
Quickly calculate the area of a circle by entering the radius, diameter, or circumference. Supports custom units and precision settings.

Inverse Trigonometric Function Calculator
Accurately calculate radian values for inverse trig functions like arcsin and arccos. Supports 6 function types and custom decimal precision.

Least Common Multiple (LCM) Calculator
Quickly calculate the least common multiple (LCM) of two or more integers. Supports space-separated number list input.

Prime and Composite Number Calculator
Instantly identify prime, composite, or special numbers. Supports batch checking and mathematical property analysis.

Trigonometry Calculator
Calculate six trigonometric functions from radian values with custom decimal precision.
123,456 is not a prime number—it equals 2⁶ × 3 × 643. Open our prime factorization calculator, enter a number, and click 'Factorize' to instantly see the results on the right. No math skills required; anyone can easily see the 'skeleton' of a number.
Students doing factorization homework: When dealing with numbers like 72, it's easy to miss factors when calculating manually. Use this calculator to quickly verify your answers.
Debugging algorithms while learning to code: If you've written a prime factorization script, compare your output with our online calculator to ensure your logic is flawless.
Calculating tile usage for home renovations (as a bonus): Sometimes you need to divide a total area into smaller rectangles, which indirectly uses factorization. For example, laying out 1800×2400 floor tiles can be easier when you understand common factors through factorization.
Let's factorize 360. Enter 360 in the input box and click 'Factorize'. The calculator will output:
360 = 2³ × 3² × 5
The process: First, try dividing by the smallest prime number, 2. 360 ÷ 2 = 180; 180 ÷ 2 = 90; 90 ÷ 2 = 45. Since 45 is not divisible by 2, switch to the next prime, 3: 45 ÷ 3 = 15; 15 ÷ 3 = 5. Since 5 is a prime number, we stop. The final prime factors are 2, 2, 2, 3, 3, and 5. Combined into exponential form, this is 2³ × 3² × 5¹.
If you enter a prime number itself, such as 17, the calculator will simply display '17 is a prime number'.
The output consists of two parts:
If you find that the result consists entirely of a repeated prime (like 2⁹⁹), it means the number is a high power of 2. If the result contains only two different primes, the number is the product of those two primes.
Q: What happens if I enter 0?
A: 0 has an infinite number of factors and cannot be prime factorized. Our calculator will prompt '0 cannot be factorized'.
Q: What is the maximum number I can enter?
A: We currently support positive integers up to 10^12. Exceeding this range will result in long calculation times and may cause your browser to lag due to performance limits.
Q: How do I read the exponents in the factorization results?
A: 2³ is read as '2 to the power of 3' or '2 cubed', meaning three 2s multiplied together. It is generally written in exponential form for easier reading.
Q: Why is my number factorized entirely as powers of 1?
A: This only happens with the number 1. Since 1 has no prime factors, it is displayed as 1¹ for formatting purposes. In reality, 1 is neither prime nor composite.
Q: Will this tool upload my numbers to a server?
A: No. The factorization calculation runs entirely in your browser (locally), so your numbers never leave your computer. Feel free to use it with peace of mind.
Q: The result I got is different from what I was taught in school?
A: Note that the exponential notation might look different (e.g., 2³ vs. 2 × 2 × 2), but the essence is the same. Please check if the final list of prime factors matches.