Find the Greatest Common Factor (GCF/HCF) of two or more numbers. Free online GCF calculator.
| Numbers | — |
| GCF / HCF | — |
| Factors of GCF | — |
Prime Factorization: Find prime factors of each number; multiply common ones. Euclidean Algorithm: GCF(a,b) = GCF(b, a mod b), repeat until remainder = 0.