LCM Calculator
Find the least common multiple of any numbers.
Least Common Multiple
24
LCM of 4, 6, 8
Free online LCM calculator. Enter a list of whole numbers to find their least common multiple, computed via the GCD for accuracy even with large values. Runs in your browser.
How to use the LCM Calculator
- 01Enter two or more whole numbers separated by commas or spaces.
- 02The least common multiple is calculated instantly.
- 03Copy the result.
Frequently asked questions
What is the least common multiple?
The LCM is the smallest positive number that is a multiple of every number in your list. For 4 and 6, the LCM is 12.
How is the LCM calculated?
It uses the relationship LCM(a, b) = |a × b| ÷ GCD(a, b), applied across the whole list. This stays accurate even for large numbers.