LCM Calculator
Least Common Multiple of any list of integers.
Best for: Use it to find a common denominator, schedule repeating events, or sync cycles.
Input
How it's calculated & sources
Free & no sign-up · runs entirely in your browser. Results are estimates for general information, not professional advice — verify important decisions with a qualified expert. Last reviewed June 2026.
How it works
lcm(a, b) = |a × b| / gcd(a, b). Extend by reducing pairwise.
Example
lcm(4, 6) = 12
Frequently asked questions
Used where?+
Adding fractions, scheduling repeating events, modular arithmetic.
Continue your journey
Where people usually head next.