LCM Calculator
Free online LCM Calculator with step-by-step solutions. 100% client-side, no data upload.
Recent Calculations
LCM Calculator
This free online LCM calculator computes the Least Common Multiple of two or more positive integers instantly in your browser, with no signup, no ads, and no server uploads.
The LCM is closely related to the Greatest Common Factor (GCF):
$$\operatorname{lcm}(a, b) \times \gcd(a, b) = a \times b$$
This gives us a convenient formula: $\operatorname{lcm}(a, b) = \frac{a \times b}{\gcd(a, b)}$.
$15 = 3 \times 5$ $25 = 5^2$ $\operatorname{lcm}(15, 25) = 3 \times 5^2 = 75$
Multiples of 15: 15, 30, 45, 60, 75, ... Multiples of 25: 25, 50, 75, 100, ... The first common multiple is 75.
For 15 and 25: $\gcd(15, 25) = 5$, so $\operatorname{lcm}(15, 25) = 15 \times 25 \div 5 = 75$.
The calculation updates live as you type with a short debounce. You can also click Calculate or press Ctrl+Enter.
Frequently Asked Questions
Got questions about LCM? We've got answers.
What is LCM used for?
LCM is primarily used for adding and subtracting fractions with different denominators — it provides the Least Common Denominator. It is also used in scheduling problems, gear ratio calculations, and any scenario where you need to find when events with different cycles coincide.
What is the difference between LCM and GCF?
The LCM (Least Common Multiple) is the smallest number divisible by both given numbers. The GCF (Greatest Common Factor) is the largest number that divides both given numbers. They are related by the formula: LCM × GCF = a × b.
Can LCM be used for more than two numbers?
Yes. To find the LCM of three or more numbers, compute the LCM of the first two numbers, then compute the LCM of that result with the next number, and continue until all numbers have been processed.
Is this calculator private?
Yes. All calculations run locally in your browser. No data is transmitted or stored on any server.
Can I use this on mobile?
Yes, the tool works on all devices with a modern browser.