# Prime Number Checker & Factoriser

> Check whether a number is prime and see its full prime factorisation.

To check whether a number is prime, enter it above. The tool performs trial division up to the square root and returns the full prime factorisation in exponent notation, along with the total number of divisors.

**URL:** https://convertto.tech/t/prime-number-checker
**Category:** Calculators (https://convertto.tech/c/calculators)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Set the number.
2. The result appears immediately — copy or download it.

## FAQ

### Why is 1 not prime?

Because a prime has exactly two distinct divisors, one and itself, and 1 has only one. The definition is chosen deliberately: if 1 were prime, every number would have infinitely many prime factorisations and the fundamental theorem of arithmetic would fail.

### How far do you need to test for divisors?

Only to the square root. If a number has a factor above its square root, it must have a matching factor below it, which the search would already have found. That reduces testing a million from a million steps to a thousand.

### Why do primes matter outside mathematics?

RSA encryption rests on the fact that multiplying two large primes is easy while factoring the product back is not. The security of a great deal of internet traffic is exactly that asymmetry.

## Related tools

- [GCD & LCM Calculator](https://convertto.tech/t/gcd-lcm-calculator): Find the greatest common divisor and lowest common multiple of any set of numbers.
- [Exponent, Root & Logarithm Calculator](https://convertto.tech/t/exponent-logarithm-calculator): Calculate powers, nth roots, logarithms in any base, and exponentials.
- [Fraction Calculator](https://convertto.tech/t/fraction-calculator): Add, subtract, multiply and divide fractions, with the result simplified.
- [Percentage Calculator](https://convertto.tech/t/percentage-calculator): Work out percentages, percentage change and reverse percentages with the working shown.
- [Permutation & Combination Calculator](https://convertto.tech/t/permutation-combination-calculator): Calculate nPr, nCr and factorials for counting and probability problems.
- [Quadratic Equation Solver](https://convertto.tech/t/quadratic-equation-solver): Solve ax² + bx + c = 0 with real or complex roots and see the discriminant.
- [Ratio Calculator](https://convertto.tech/t/ratio-calculator): Simplify ratios, scale them, and solve for a missing value in a proportion.
- [Mean, Median & Mode Calculator](https://convertto.tech/t/statistics-calculator): Calculate mean, median, mode, range, variance and standard deviation from a list of numbers.
