You've hit a word limit. Your editor says it's too long. Or you've pasted your text into ReadCalc and the reading time is higher than you wanted. Whatever the reason — this is the guide for cutting words without gutting meaning.

Most writing can be cut by 20–30% without losing anything. Often it improves in the process. Every extra word is a small tax on the reader's attention. Fewer words means more signal per sentence.

# Pass 1 — Delete filler phrases

These phrases add length without adding meaning. Most can be deleted entirely or replaced with a single word. This is the fastest cut you can make.

"In order to" → "To"
"Due to the fact that" → "Because"
"At this point in time" → "Now"
"It is worth noting that" → Delete it
"In the event that" → "If"
"With regard to" → "About" or "On"
"For the purpose of" → "To"
"In a situation where" → "When"
"The reason why is" → "Because"
"It should be noted" → Delete it
"As a matter of fact" → Delete it
"In terms of" → Restructure
> $ tip --find-replace

Do a find & replace sweep for in order to and due to the fact that. These two alone can save 50+ words in a typical 1,000-word piece.

# Pass 2 — Cut redundant pairs

English has hundreds of doublets — two words that mean the same thing, used together out of habit. One of them is always unnecessary.

Redundant pair Keep only
final and conclusivefinal
each and everyevery
true and accurateaccurate
full and completecomplete
first and foremostfirst
null and voidvoid
past historyhistory
advance planningplanning
future plansplans
completely finishedfinished

# Pass 3 — Eliminate weak qualifiers

Qualifiers like very, quite, rather, somewhat, and fairly almost never add meaning. They weaken the words they modify and add length without adding anything.

Before After Saved
very importantcritical / essential−1
quite difficultdifficult / challenging−1
rather uniqueunique−1
somewhat surprisingsurprising−1
fairly straightforwardstraightforward−1

If the sentence still works without the qualifier — delete it. If you feel you need the emphasis, replace it with a stronger word rather than adding another modifier.

# Pass 4 — Undo nominalisations

Nominalisation is when you take a verb and turn it into a noun, then have to add a second verb to make the sentence work. It's one of the biggest hidden sources of word bloat.

Nominalised (bloated) Verb form (shorter) Saved
make a decisiondecide−2
have a discussion aboutdiscuss−3
conduct an investigation intoinvestigate−3
provide an explanation ofexplain−3
give consideration toconsider−3
reach an agreement onagree on−2
make an assumption thatassume−3

The pattern to spot: make / have / give / provide / conduct + a/an + [noun]. That noun almost always has a verb hiding inside it.

# Pass 5 — Cut throat-clearing openers

Many sentences begin with a clause that exists to warm up to the real point. Cut straight to it.

Bloated opener Cut version Saved
It is important to remember that deadlines matter.Deadlines matter.−5
What this means is that you need to act now.Act now.−7
The fact of the matter is that costs have risen.Costs have risen.−7
It goes without saying that honesty is essential.Honesty is essential.−6

# Pass 6 — Delete whole sentences

Single-word and phrase edits get you so far. The bigger savings come from cutting entire sentences — specifically ones that:

  • 01Restate what you just said. If you've made the point, don't summarise it immediately after. Trust the reader.
  • 02Announce what you're about to say. "In this section, I will explain..." — just explain it. The heading does the signposting.
  • 03Hedge unnecessarily. "It could perhaps be argued that..." — if you believe it, say it plainly.
  • 04Bridge between obvious ideas. "Having covered X, we will now turn to Y." — just turn to Y.
  • 05Provide context the reader already has. Background your audience doesn't need is just word count.

# A worked example

Here's a 68-word paragraph cut to 28 words — a 59% reduction — without losing any of the meaning.

Before — 68 words After — 28 words
It is important to note that, due to the fact that we are currently in the process of conducting a review of our existing pricing structure, it is not possible at this point in time to provide a final and conclusive answer with regard to the question of whether or not costs will increase in the future. We are reviewing our pricing and cannot confirm whether costs will increase. We'll update you once the review is complete.
> $ diff --explain

"it is important to note that" → deleted  ·  "due to the fact that" → deleted  ·  "currently in the process of conducting a review" → "reviewing"  ·  "at this point in time" → deleted  ·  "final and conclusive" → deleted  ·  "with regard to the question of" → deleted  ·  "whether or not" → "whether"

# When not to cut

> $ warning --context

Not all length is waste. Some repetition aids comprehension. Some hedging is accurate. Some sentences need to breathe. Cut to clarity — not just to a lower number.

Don't cut examples and evidence — they do real work. Don't cut transitions that guide the reader through complex ideas, or nuance that's genuinely meaningful. And in copy that's meant to feel human, don't strip out the conversational tone that makes it readable.

# The editing process

A practical order of operations for any cutting pass:

  • 01Paste into ReadCalc and note your starting word count and reading time.
  • 02Read through once and delete any full sentence that doesn't earn its place.
  • 03Do a find-and-replace sweep for the filler phrases above.
  • 04Search for -tion and -ment endings — likely nominalisations to undo.
  • 05Search for very, quite, rather, somewhat — delete or replace each one.
  • 06Re-paste and check the new count. Repeat if needed.

Paste your text into ReadCalc to see your word count and reading time — then come back and cut.

$ open readcalc.com →