Skip to content
MyDailyTool

GCF / GCD Calculator

Find the greatest common factor (GCF) — also called GCD — of two or more integers. Uses the Euclidean algorithm and shows step-by-step working. Useful for simplifying fractions.

GCF
6

How to use the gcf / gcd calculator

Enter two or more integers separated by commas, spaces, or new lines.

Formula & explanation

GCF (greatest common factor) is computed using Euclid's algorithm: gcd(a, b) = gcd(b, a mod b), repeated pairwise across the list.

Examples

GCF(12, 18) = 6. GCF(12, 18, 24) = 6. GCF(7, 11) = 1 (coprime).

Frequently asked questions

Same as GCD?
Yes — 'greatest common factor' and 'greatest common divisor' are the same thing.

Related math tools