The FOG Equation Calculator solves equations involving the composition f of g, simplifying expressions and showing working where appropriate.
Report an issue
Spotted a wrong result, broken field, or typo? Tell us below and we’ll fix it fast.
About the FOG Equation Calculator
The FOG equation, often called the Gunning Fog Index, is a classic readability formula from journalism and business writing. It combines sentence length and word complexity into a single score. That score aims to match a U.S. grade level.
This calculator turns your text into measurable inputs. It counts sentences, words, and complex words, then returns a result as a grade estimate. You can use the score to decide whether to shorten sentences, swap jargon, or break up long paragraphs.
Writers, editors, teachers, and product teams use FOG to check clarity. It guides revisions without guessing. The method is fast and transparent, and it works well alongside other readability tools.
FOG Equation Formulas & Derivations
The FOG equation blends two measurable features of prose: average sentence length and the share of complex words. It then scales the sum to match typical grade levels.
- Base formula: FOG = 0.4 × (ASL + PCW)
- ASL (Average Sentence Length) = total words ÷ total sentences
- PCW (Percentage of Complex Words) = 100 × (complex words ÷ total words)
- Complex words are usually those with three or more syllables. Exclude proper nouns, familiar jargon names, and easy suffixes if your style guide says so.
- Expanded form: FOG = 0.4 × ((words ÷ sentences) + 100 × (complex words ÷ words))
The coefficient 0.4 is empirical. Robert Gunning tuned it to align the combined measure with grade-level expectations. The derivation is not from first principles of language. It is a statistical fit to observed reading difficulty in business and news text.
How the FOG Equation Method Works
FOG assumes that readers struggle mainly with two things: long sentences and complex words. When either rises, comprehension on first reading tends to fall. The method gives you a single number so you can compare drafts.
- Count sentences accurately. Use punctuation rules to decide where sentences end.
- Count total words. Handle hyphenations and numbers consistently.
- Identify complex words. Most systems use the three-syllable rule with a few exclusions.
- Compute ASL and PCW from those counts. Then apply the 0.4 scaling factor.
- Interpret the result as an approximate grade level. Lower numbers mean easier reading.
The score helps you find leverage. Shorten sentences or substitute simpler synonyms to lower the index. You can iterate and watch your result drop as clarity improves.
Inputs, Assumptions & Parameters
This calculator computes the index from a few essential inputs. It also applies clear rules for how to count items and what to exclude.
- Text sample: the passage you want to test, ideally 100–300 words or more.
- Sentence count (s): number of sentences based on terminal punctuation . ! ?
- Word count (w): number of tokens treated as words under your style rules.
- Complex word count (cw): words with three or more syllables, minus allowed exclusions.
- Exclusions policy: whether to exclude proper nouns, compound terms, and common suffixes like -ed or -es in syllable counting.
- Rounding preference: whether to display the result to one decimal or to the nearest integer.
FOG works best on coherent prose, not headings or bullet fragments alone. Very short samples can be unstable. Edge cases occur with zero sentences, heavy abbreviations, or texts with many lists. The calculator guards against divides by zero and flags unusual ratios.
Step-by-Step: Use the FOG Equation Calculator
Here’s a concise overview before we dive into the key points:
- Paste or type your text into the input box.
- Choose your exclusions for complex words, if your style guide specifies them.
- Click Calculate to process sentence, word, and complex-word counts.
- Review the computed ASL, PCW, and the FOG result.
- Scan the suggestions to shorten sentences or swap complex words.
- Edit your text and click Recalculate to compare before and after.
These points provide quick orientation—use them alongside the full explanations in this page.
Example Scenarios
A consumer help article has 180 words, 12 sentences, and 18 complex words. ASL = 180 ÷ 12 = 15. PCW = 100 × (18 ÷ 180) = 10. FOG = 0.4 × (15 + 10) = 10. This suggests the article suits readers around 10th grade. What this means: It is fine for a general audience, but some teams may prefer a target of 8–9.
An academic abstract has 250 words, 5 sentences, and 60 complex words. ASL = 250 ÷ 5 = 50. PCW = 100 × (60 ÷ 250) = 24. FOG = 0.4 × (50 + 24) = 29.6. That is far above a general audience level. What this means: Break up sentences and reduce jargon if publishing outside a scholarly journal.
Assumptions, Caveats & Edge Cases
FOG is a quick proxy. It focuses on surface features of text. It does not read like a person, and it does not assess logic, structure, or tone. Still, it correlates with perceived difficulty in many common contexts.
- Very short samples yield noisy results. Aim for at least 100 words.
- Lists, tables, and headlines can distort sentence counting. Convert to full sentences first.
- Names, acronyms, and domain terms may count as complex words even if familiar to your readers.
- Multilingual text and dialect variations can confuse syllable counting rules.
- FOG estimates grade level. It does not guarantee comprehension for every reader.
Use FOG alongside audience research, plain language checks, and user testing. If the score and your audience feedback disagree, favor real reader data. The formula serves as a guide, not a gatekeeper.
Units Reference
FOG is unitless, but the intermediate values have implied units. Keeping them straight helps you interpret the result and spot errors in data entry.
| Quantity | Symbol | Implied unit | Notes |
|---|---|---|---|
| Total words | w | words | Count of tokens treated as words |
| Total sentences | s | sentences | Based on . ! ? boundaries |
| ASL | ASL | words per sentence | ASL = w ÷ s |
| Complex words | cw | words | Three or more syllables, with exclusions |
| PCW | PCW | percent | PCW = 100 × (cw ÷ w) |
| FOG Index | — | grade level (approx.) | 0.4 × (ASL + PCW) |
Read the table left to right. Compute ASL and PCW from raw counts. Then apply the FOG formula to get the final grade-level estimate. If a value’s unit seems odd, recheck your counts and percentage conversion.
Tips If Results Look Off
Start by checking the counts and assumptions. Small input errors can swing the result, especially in short samples.
- Confirm sentence boundaries for quotes, lists, and ellipses.
- Recount complex words with a consistent syllable rule.
- Remove headings or figure captions if they are fragmentary.
- Ensure PCW is in percent before using the formula.
If the number still feels wrong, test a longer sample or try another readability formula. Several measures together give a clearer picture of difficulty.
FAQ about FOG Equation Calculator
What is a good FOG score for a general audience?
Many teams aim for 8–10 for consumer materials. Public websites often target 7–9. Use the lowest score that still preserves accuracy.
Do hyphenated words count as one or more words?
Most calculators treat a hyphenated compound as one word. Keep this consistent within your workflow to avoid score swings.
How are complex words identified exactly?
By default, any word with three or more syllables counts as complex. Some styles exclude proper nouns, familiar compounds, and common suffixes such as -ed or -es.
Should I round the final index?
You can show one decimal for nuance. For reports, rounding to the nearest whole grade is common and easier to compare.
Glossary for FOG Equation
FOG Index
A readability score that estimates grade level using sentence length and complex word percentage.
Average Sentence Length (ASL)
The mean number of words per sentence, found by dividing total words by total sentences.
Percentage of Complex Words (PCW)
The percentage of words with three or more syllables in a passage.
Complex Word
A word with three or more syllables. Style guides may exclude proper nouns and certain familiar forms.
Syllable
A unit of pronunciation with a vowel sound. Syllable counts determine whether a word is complex.
Readability
The ease with which a reader can understand a text on first reading.
Grade Level
An educational stage used as a proxy for reading difficulty in readability formulas.
Tokenization
The process of splitting text into words for counting. Consistency matters for accurate formulas.
References
Here’s a concise overview before we dive into the key points:
- Gunning Fog Index overview on Wikipedia
- PlainLanguage.gov: Readability formulas guidance
- ReadabilityFormulas.com: Gunning Fog Readability Formula details
- The Principles of Readability by William H. DuBay (PDF)
- Robert Gunning, The Technique of Clear Writing (Archive.org)
These points provide quick orientation—use them alongside the full explanations in this page.