Largest Prime Number Calculator
Compare any Mersenne exponent with the current record, estimate its decimal digits, and see the precise difference between “largest prime” and “largest known prime.”
Largest Prime Number Calculator inputs
The controls and limits below belong only to this prime calculation.
Largest Prime Number Calculator results
How the largest prime number tool works
This page targets one distinct largest-prime search intent. It separates finite answers, known records, probable-prime status and formal proof instead of merging them into a generic prime checker.
The exact answer in 2026
There is no mathematically largest prime number because Euclid’s argument guarantees another prime beyond every finite list. The largest known prime is a record rather than an endpoint. Record data verified on July 28, 2026 identifies 2^136,279,841 − 1, usually written M136279841, with 41,024,320 decimal digits. This calculator keeps those two statements separate so the result is mathematically accurate.
How the digit estimate is calculated
A Mersenne number has the form 2ᵖ − 1. Its full decimal expansion is not required to calculate its digit count. The logarithm formula uses the exponent directly, so even a candidate with tens of millions of digits can be compared instantly. A digit estimate does not prove primality; it measures size only.
Why the current record is a Mersenne prime
Mersenne numbers have a structure that supports the Lucas–Lehmer primality test. That structure makes extremely large candidates more practical to test than arbitrary integers of similar length. The exponent must be prime, but a prime exponent does not guarantee that 2ᵖ − 1 is prime.
Reading the comparison visual
The record bars use decimal digit counts rather than the numerical values themselves. The number represented by a 41-million-digit prime is far too large for an ordinary linear number line. Comparing digit counts makes growth visible without pretending that the complete integer fits on screen.
Largest known does not mean final
A newly discovered record does not make previous primes invalid. It only replaces the largest known entry. Future computation may find a larger prime, and the plugin’s dated verification statement prevents an old record from being presented as timeless.
Practical uses
The calculator supports number-theory education, record-size comparisons, Mersenne research explanations, page-count estimates and checking claims about the number of digits in a proposed Mersenne expression.
Largest Prime Number Calculator questions
What is the largest prime number?
No largest prime exists. Prime numbers are infinite.
What is the largest known prime number?
As verified July 28, 2026, it is 2^136,279,841 − 1 with 41,024,320 decimal digits.
Can this calculator display all of its digits?
The full decimal expansion is deliberately not embedded because it contains more than 41 million digits. The calculator reports exact record metadata and size calculations.
Does a prime exponent make a Mersenne number prime?
No. A prime exponent is necessary for a Mersenne prime, but it is not sufficient.