A tiny slip-"If it if raining"-turns a simple conditional into a distracting error. Below are clear rules, quick checks, and many real-world rewrites so you can spot and fix redundant "if" instantly.
Skim examples and the checklist for fast fixes; use the memory tricks to stop repeats before you send.
Quick answer
Don't use two "if"s in the same conditional clause. Remove the extra token so the clause reads: If + subject + verb, main clause.
- Wrong: "If it if raining, I'll stay inside."
- Right: "If it is raining, I'll stay inside."
- Fix: delete the duplicated word (or duplicated subject/verb) and check tense and agreement.
Core explanation: what's wrong and the simple rule
Conditionals use a single marker (if, unless, when). A repeated marker ("if if") or a duplicated nearby word ("it it", "is is") breaks the clause and usually signals a typing or editing slip.
Keep one conditional marker and one subject-verb unit. Pattern: If + subject + verb, then result.
- Common duplicates: extra "if", repeated subject ("it it"), or repeated verb ("is is").
- Fix quickly by deleting the extra token and reading the clause aloud to confirm sense and flow.
- Wrong: If it if raining, I'll bring an umbrella.
- Right: If it is raining, I'll bring an umbrella.
Grammar note: conditionals and tense checks
Removing a duplicate shouldn't change the conditional type. Still, use the right tense: present simple for real conditions, past perfect for counterfactual pasts.
- Real present: If + present simple → main clause with will/can/may. (If she studies, she'll pass.)
- Counterfactual past: If + past perfect → would have + past participle. (If she had studied, she would have passed.)
- After deleting an extra word, scan for mismatched auxiliaries (would, had, will).
- Wrong: If she if had studied, she would have passed.
- Right: If she had studied, she would have passed.
Spacing, hyphenation and typing slips: mechanical causes
Most double "if"s are mechanical: keystroke errors, copy-paste duplication, or transcription of speech hesitations. Missing spaces can hide the problem ("ifif").
Practical checks: search for "if if" and read clauses aloud-your ear catches duplicates your eyes miss.
- Look for "ifif" (no space) or "if if" (with space).
- Enable double-word detection in your editor or use a simple find to spot repeats.
- Read the sentence slowly; spoken rhythm exposes extras.
Real usage and tone: where the error matters
In formal writing a duplicated "if" looks careless. In casual chat it's usually seen as a typo but can still confuse. Transcriptions may preserve hesitation-clean those for clarity.
- Formal: correct it before submission-appears unprofessional otherwise.
- School: may lose marks in graded work.
- Casual: readers often forgive it, but clarity improves if you fix it.
- Work - Wrong: If the client if approves the draft, we'll publish next week.
- Work - Right: If the client approves the draft, we'll publish next week.
Examples: wrong/right pairs across work, school, and casual contexts
Below are templates to paste or adapt. Delete the extra "if" and keep the clause correct; where helpful, a tightened rewrite improves tone.
- Work - Wrong: If the manager if signs off, we can start the campaign.
- Work - Right: If the manager signs off, we can start the campaign.
- Work - Wrong: If you if forgot to attach the file, please send it now.
- Work - Right: If you forgot to attach the file, please send it now.
- Work - Wrong: If we if deliver the report late, the client may be upset.
- Work - Right: If we deliver the report late, the client may be upset.
- School - Wrong: If the experiment if fails, repeat the trial with a new sample.
- School - Right: If the experiment fails, repeat the trial with a new sample.
- School - Wrong: If the student if submits the essay late, deduct five points.
- School - Right: If the student submits the essay late, deduct five points.
- School - Wrong: If you if study for an hour, your score should improve.
- School - Right: If you study for an hour, your score should improve.
- Casual - Wrong: If it if rains, the picnic's off-sorry!
- Casual - Right: If it rains, the picnic's off-sorry!
- Casual - Wrong: If you if want, we can grab coffee later.
- Casual - Right: If you want, we can grab coffee later.
- Casual - Wrong: If the band if plays late, I'll still come.
- Casual - Right: If the band plays late, I'll still come.
- General - Wrong: If it if snows, the campus will close.
- General - Right: If it snows, the campus will close.
- Work - Wrong: If you if can, please review the attached proposal and send feedback by Friday.
- Work - Right: If you can, please review the attached proposal and send feedback by Friday.
Try your own sentence
Test the full sentence, not just the phrase. Context usually reveals whether removing a word changes meaning or leaves the clause intact.
Rewrite help: quick edit steps and stronger rewrites
Editing checklist: 1) Read the sentence aloud. 2) Find immediate repeats ("if if", "is is"). 3) Delete the duplicate. 4) Confirm tense and subject-verb agreement. 5) Rephrase if the sentence still feels clumsy.
- When sentences are long, split them rather than piling on conditionals.
- Prefer active, direct phrasing when it tightens meaning.
- Rewrite:
Original: "If you if decide to come, let me know." → Corrected: "If you decide to come, let me know." - Rewrite:
Original: "If the team if misses the deadline, penalties apply." → Improved: "If the team misses the deadline, penalties will apply." - Rewrite:
Original: "If it if starts raining and we don't have cover, the event could be ruined." → Better: "If it starts raining and we don't have cover, the event could be ruined." Or split: "If it starts raining, the event could be ruined unless we have cover."
Memory tricks and a short editing checklist
Two fast tricks: read slowly-your ear catches duplicates-and use the editor's Find for "if if". Keep a one-line checklist for outgoing messages.
- Say it: reading aloud highlights repetition.
- Search it: Ctrl/Cmd+F for "if if" or run a simple regex for doubled short words.
- Checklist: read → find duplicates → correct → confirm tense → run a grammar tool.
- Usage: Before sending an important email, search for "if if", "is is", and "the the", then read the sentence aloud.
Similar mistakes to watch for
The same slips produce "the the", "and and", and repeated auxiliaries. Also watch redundant conditional markers like "If when you arrive..." and incorrect conditional constructions (e.g., "If I would have").
Fix them the same way: remove the duplicate and recheck tense and meaning.
- Duplicate words: delete the extra token (the the, is is, to to).
- Redundant markers: choose one-either "if" or "when", not both.
- Wrong tense: use "If I had known..." instead of "If I would have known...".
- Wrong: If when you arrive, call me.
- Right: When you arrive, call me. (or "If you arrive, call me.")
- Wrong: If I would have known, I would have helped.
- Right: If I had known, I would have helped.
Practical habits, tools and short practice prompts
Adopt a two-stage process: write freely, then edit with two focused passes-one for duplicate words and one for tense/flow. Add the duplicate check to your pre-send routine.
Practice prompts: pick three sentences you've written, read them aloud, mark duplicates, and fix them. Turn conditional-heavy paragraphs into simpler forms and compare clarity.
- Work habit: add a duplicate-word find to your pre-send checklist.
- School habit: run your essay through a duplicate search and read the conclusion aloud.
- Tool tip: enable double-word detection or use a regex like \b(\w+)\s+\1\b to find repeats.
- Usage: Practice prompt: rewrite "If we if miss the deadline, we'll be fined" → "If we miss the deadline, we'll be fined." Then rephrase: "Missing the deadline will incur a fine."
FAQ
Is it ever correct to write "if if"?
Almost never. Two consecutive "if"s are usually a typo or a transcription artifact. Only contrived cases-such as inserting quoted text that ends with "if"-might produce a legitimate-looking sequence, and these are rare.
How do I find duplicate words like "if if" quickly?
Use your editor's Find for "if if". For broader coverage, run a regex for repeated tokens or use a grammar tool that flags consecutive duplicates. Always finish with a quick read-aloud pass.
Will grammar checkers always catch duplicate-if mistakes?
Many modern tools flag consecutive duplicates, but none catch everything. Combine automated checks with a quick read-aloud to catch slipped tokens and awkward phrasing.
What typically causes an extra "if" to appear?
Typical causes are typing errors, copy-paste duplication, auto-complete inserts, and transcribing spoken hesitation. A short edit routine removes most of them.
Should I rewrite the sentence beyond removing the extra "if"?
Yes when the sentence still sounds clunky or long. Splitting the sentence, changing word order, or replacing the conditional with a noun phrase often improves clarity and tone.
Quick check before you send
Before you hit send, run a find for doubled short words and read any conditional sentences aloud. These two fast steps catch most redundant-if slips.
If you use a grammar assistant, combine its suggestions with a manual pass to ensure clear, professional writing.