Grammar DocsGrammar Docs
Home/Vocabulary/whereas — every use
Advanced14 lessons

whereas — every use

The unambiguous contrast word — and the first word of every contract you've ever signed. Why it compares rather than concedes, the comma rule, whereas vs while vs although, the legal recital and whether it's binding, whereas vs whereby, and a quiz.

ConjunctionsNouns

Overview

Whereas does one thing in modern English: it sets two facts side by side and marks them as different.

Its value is precision. Where while is ambiguous between time and contrast, whereas can only mean contrast — it has no temporal sense at all. That makes it the safe choice in anything someone might read literally: specifications, documentation, analysis, contracts.

The cost is register. Whereas is a written word. It sounds studied in speech and slightly pompous in chat, which is why natives use it far less often than learners expect.

And then there's the second life: the block-capital WHEREAS at the top of every agreement, which means something entirely different and is worth understanding before you sign the next one.

At a glance — the two uses
  • Contrast conjunction → "X is cheap, whereas Y is fast" · in contrast to the fact that
  • Legal recital → "WHEREAS the Client wishes to engage…" · given the fact that

The key insight

whereas compares; although concedes

Both join two clauses that pull in different directions, but they do different work.

  • "Whereas the API is fast, the UI is slow." → two facts, equal weight, side by side.
  • "Although the API is fast, the UI is slow." → the speed is admitted, then overruled. The second clause wins.

Whereas is a balance. Although is a concession followed by a verdict.

The test: does your second clause defeat the first, or merely differ from it?

  • Defeats it → although, even though, while.
  • Differs from it → whereas, by contrast.
The three-way
  • "The tests pass, whereas the linter fails." → a comparison. Neither clause outranks the other.
  • "Although the tests pass, the linter fails." → the failure is the point.
  • "The tests pass, while the linter fails." → ambiguous: comparison, or simultaneity? The reader guesses.

1. Contrast conjunction

The everyday use, and the reason to keep the word.

  • "Postgres handles JSON natively, whereas MySQL needs workarounds."
  • "The first estimate assumed a rewrite, whereas the second assumed a patch."
  • "React re-renders the subtree, whereas Svelte updates the node directly."
  • "She prefers written updates, whereas he wants everything on a call."
  • "Junior developers optimise the code, whereas senior developers delete it."
The comma is not optional

Whereas always takes a comma before it. It's marking a boundary between two independent thoughts, and the punctuation reflects that.

  • ❌ "The API is fast whereas the UI is slow."
  • ✅ "The API is fast, whereas the UI is slow."
  • ⚠️ "The API is fast; whereas the UI is slow." (over-punctuated — a semicolon plus a conjunction is one mark too many)

Position

Second clause is the natural home. Fronting is grammatical but formal, and it reads as academic:

  • ✅ "Rust enforces ownership at compile time, whereas Go relies on a garbage collector." (natural)
  • ⚠️ "Whereas Rust enforces ownership at compile time, Go relies on a garbage collector." (correct, but essay-flavoured)

If you front it, the comma goes after the first clause, as with any subordinate clause.

Parallelism makes the contrast land

Because the whole point is a side-by-side comparison, the two clauses should mirror each other structurally. When they don't, the contrast blurs:

  • ⚠️ "Postgres has native JSON support, whereas with MySQL you'd be looking at a workaround."
  • ✅ "Postgres handles JSON natively, whereas MySQL requires a workaround."

Same shape, same length, same grammatical pattern. The reader sees the difference because everything else is held constant.

2. Legal recital — the WHEREAS clause

Open any contract you've signed and the first substantive lines start with WHEREAS. Here the word means something closer to given the fact that or considering that — it's introducing background, not contrast.

A typical preamble
  • WHEREAS the Client wishes to engage the Contractor to provide software development services;
  • WHEREAS the Contractor represents that it has the necessary skills and experience;
  • NOW, THEREFORE, in consideration of the mutual covenants set forth herein, the parties agree as follows:
What these actually are
  • They're called recitals or the preamble. The "whereases" set out who the parties are, what they want, and why the agreement exists.
  • NOW, THEREFORE marks the end of the recitals and the start of the operative terms — the parts that actually bind you.
  • Recitals are generally not operative: they don't create obligations by themselves. But courts read them to interpret ambiguous operative clauses, so a false statement in a recital can still cost you.
Worth knowing as a freelancer

Read the recitals. They frame what the contract is for, and a mismatch between the recitals and the scope of work is a genuine warning sign — it usually means the document was copied from a different engagement and edited carelessly.

If a recital describes work you're not doing, ask for it to be corrected before signing.

Don't imitate this style

The legal whereas is a frozen formula from a centuries-old drafting tradition. It doesn't belong anywhere else:

  • ❌ "Whereas the deadline is Friday, I'll need the assets by Wednesday."
  • ✅ "Since the deadline is Friday, I'll need the assets by Wednesday."

Modern plain-language drafting is actively moving away from it — many contracts now use a "Background" heading instead. Recognise it; don't write it.

3. The dated concessive use

In older and very formal British writing, whereas occasionally works like although:

  • "Whereas I sympathise with the position, I cannot support the proposal."

This is genuinely archaic. Every modern style guide would replace it with although or while. Read it, don't reproduce it.

4. The noun

Whereases — the recital clauses, treated as a plural noun. Almost entirely jocular or legal shorthand:

  • "Skip the whereases and tell me what I'm agreeing to."

Grammar

The five classic errors
  • ❌ "The API is fast whereas the UI is slow." → ✅ needs a comma before whereas.
  • ❌ "I read the docs whereas the build ran." → ✅ "while the build ran" — whereas has no time sense.
  • ❌ "A system whereas users can reset passwords." → ✅ "a system whereby users can reset passwords."
  • ❌ "Whereas being cheaper, it's slower." → ✅ whereas can't take a reduced clause: "Although it's cheaper, it's slower."
  • ❌ "Whereas, the deadline is Friday." → ✅ no comma directly after whereas outside legal drafting.
whereas vs whereby

Different words, easily confused, both formal.

  • whereas = in contrast to the fact that. Joins two clauses.
  • whereby = by means of which. Modifies a noun.
  • ✅ "a process whereby the token is refreshed automatically"
  • ✅ "OAuth uses refresh tokens, whereas basic auth sends credentials every time"

The rest of the family: wherein (in which), whereof (of which), whereupon (immediately after which), wherefore (for which reason — as in wherefore art thou, which means why, not where).

It takes any tense

Unlike time conjunctions, whereas imposes no tense restrictions. Compare:

  • ❌ "while I will be in Kyiv" → time clauses take the present
  • ✅ "We ship in Q1, whereas they won't release until Q3" → perfectly fine

This is a useful side effect of it not being temporal.

Both sides must be full clauses

Whereas joins clause to clause. It can't attach to a phrase, an adjective, or a participle:

  • ❌ "fast, whereas expensive"
  • ✅ "It's fast, whereas the alternative is expensive."

whereas vs its neighbours

The contrast family, weakest to strongest
  • but — coordinating, universal, invisible. "It's fast but expensive."
  • while — subordinating, natural, ambiguous between contrast and time.
  • whereas — subordinating, unambiguous, formal.
  • by contrast — the adverbial version, needs its own sentence: "By contrast, MySQL requires a workaround."
  • however — a conjunctive adverb, not a conjunction. "It works, however it's slow" ❌ is a comma splice. Needs a semicolon or a full stop.
  • conversely — for genuine inversions, not mere differences. Overused as a fancy whereas.
Not the same job
  • although / though / even though — concede, then overrule. Whereas never concedes.
  • whereby — means by which. Not a contrast word at all.
  • meanwhile — time, and an adverb.
  • on the other hand — needs a first hand. Only use it if you've already presented one side explicitly.
Choosing under pressure
  • Casual speech or chat → but
  • Ordinary prose, contrast obvious from context → while
  • Specs, docs, analysis, anywhere ambiguity costs money → whereas
  • Conceding a point before disagreeing → although

Programming & code review

Whereas is rare in PR comments — too formal for a line note — but it belongs in the documents that outlive the PR.

  • "The v1 endpoint returns 200 with an error body, whereas v2 returns a proper status code."
  • "Redis persists to disk on a schedule, whereas Memcached doesn't persist at all."
  • "The old parser threw on malformed input, whereas the new one logs and continues."
  • "Option A costs us a dependency, whereas Option B costs us a week."

Architecture decision records and technical comparisons are where this word earns its keep. In an ADR, "whereas" makes the trade-off explicit and unambiguous — which is precisely what the document exists to record.

Working life

  • "The fixed-price model caps my downside, whereas hourly caps yours."
  • "The first proposal covers design and build, whereas the second is build only."
  • "Their team works synchronously, whereas we're distributed across four time zones."
  • "WHEREAS the Client wishes to engage the Contractor…" (read these; don't skim them)
Register check

Whereas in a Slack message reads as either sarcasm or a person quoting a contract. In a proposal, a spec, or a written comparison, it reads as precision. Know which document you're in.

Life with your partner

Essentially never — and that's the honest lesson. "I wanted Italian, whereas you wanted Thai" is grammatically flawless and sounds like a deposition.

  • "I wanted Italian, but you wanted Thai." ✅
  • "I'm a morning person, whereas you are apparently nocturnal." (works only as a joke — the formality is the punchline)

Everyday life

Rare in speech, but it does appear in written comparisons anyone might make:

  • Reviews: "The first place had better food, whereas the second had better prices."
  • Travel: "Flights from Chișinău are cheaper, whereas Bucharest has more direct routes."
  • Comparison shopping: "The cheaper model has a smaller battery, whereas the premium one charges faster."

Register & mnemonic

Formal, written, and precise. No casual register at all. It signals that you're making a considered comparison, which is exactly right in analysis and exactly wrong in conversation.

  • Formal alternatives: by contrast, conversely, in contradistinction to
  • Neutral alternative: while
  • Casual alternative: but
The learner's overuse trap

Whereas is taught heavily in academic-English courses, so non-native writers reach for it two or three times more often than natives do. A paragraph with two whereas clauses reads as someone demonstrating range rather than making a point.

Rough guide: once per document in ordinary business writing. If you need a second contrast, use but, while, or a full stop and By contrast.

Mnemonic

⚖️ A pair of scales, not a verdict. Whereas holds two things up side by side and lets the reader see they're different. Although weighs them and announces a winner.

See also

while — every use · either — every use. Not written yet: although / though · however · whereby.

Practice

1.The first option is cheaper, ___ the second is faster.

2.___ I sympathise with the delay, I still need the invoice this week.

3.We need a system ___ users can reset their own passwords.

4.I reviewed the contract ___ the build was running.

0 of 4 answeredScore: 0 / 4
One more — which is punctuated correctly?
  • ❌ "Postgres is relational whereas Redis is not." — whereas always takes a comma before it.
  • ✅ "Postgres is relational, whereas Redis is not."
  • ❌ "Postgres is relational; whereas Redis is not." — a semicolon plus a conjunction is one mark too many.
Answer key
  1. whereas — a straight comparison of two facts, with neither outranking the other. While would work but stays ambiguous; although would turn it into a concession.
  2. although — you're conceding a point and then overruling it. Whereas compares; it doesn't concede.
  3. wherebyby means of which. Different word entirely, despite the family resemblance.
  4. while — this is simultaneity, and whereas has no time sense at all.
All words