Grammar DocsGrammar Docs
Home/Vocabulary/Presumably / Admittedly
Intermediate16 lessons

Presumably / Admittedly

The reasoning pair: one flags a guess you're confident in, the other concedes a point before you defend your position. Why they sit together, the concession-then-pivot move, presumably vs probably, the admittedly trap that undermines you, and a quiz.

AdverbsDiscourse markers

Overview

These two look unrelated, but they do the same structural job: they tell the listener what kind of claim is coming.

  • Presumably β€” "I haven't checked, but the logic points here."
  • Admittedly β€” "This next bit hurts my case, and I'm saying it anyway."

Both are stance adverbs. Both make you sound like someone who thinks before speaking β€” which is why they're disproportionately common in code review, technical discussion, and any argument where you want to be trusted.

At a glance
  • presumably β†’ I assume Β· I'd guess Β· it stands to reason
  • admittedly β†’ granted Β· I'll concede Β· to be fair

Presumably β€” a guess with reasoning

It isn't a shrug

Presumably says: I don't have proof, but there's a chain of logic that makes this the obvious conclusion.

That's what separates it from probably, which is about statistical likelihood, and from apparently, which is about hearsay.

  • "Probably the cache." β†’ most likely, based on frequency.
  • "Apparently the cache." β†’ someone told me.
  • "Presumably the cache." β†’ I reasoned it out; it's the only thing that fits.

The test: *can you add β€œβ€” it's the only thing that makes sense”? If yes, presumably* fits.

Presumably β€” usage

  • "The endpoint returns 401, so presumably the token expired."
  • "Presumably they'll want the same design for the second tool."
  • "He hasn't replied, presumably because he's still on holiday."
  • "Presumably this was fine before the upgrade."
  • "There's a retry loop, so presumably someone knew it was flaky."
Where it shows up most

Diagnosing. You're walking someone through a chain of inference, and presumably marks the link you haven't verified:

"The logs stop at 3am, the container restarted at 3:01, so presumably it ran out of memory."

That sentence is honest about exactly which part is a guess. That's the whole value.

Presumably vs assume

Same root, different weight

Presumably is a light, socially easy guess. I assume puts your name on it and can sound like you're demanding confirmation.

  • "Presumably you want this in English?" β†’ soft, easy to correct.
  • "I assume you want this in English." β†’ firmer; the other person now has to push back.

In client email, presumably is the safer of the two.

Admittedly β€” concede first, then pivot

Conceding makes you more credible, not less

Admittedly introduces a point that weakens your own argument. You raise it yourself, before the other person can.

This is counter-intuitive but it's how persuasion works in English. Conceding a real weakness makes everything else you say more credible β€” you've demonstrated you're not just defending a position.

The structure is almost always two clauses: Admittedly [weakness], but [why the position still holds].

  • "Admittedly it's slower, but it's far easier to read."
  • "Admittedly I only tested on Chrome, but the API is standard."
  • "Admittedly this is a workaround, but it unblocks the release."
The word β€œbut” is not optional

Without it, you've conceded the argument and stopped talking. That's not humility, that's surrender.

  • ❌ "Admittedly the tests are thin." (you just lost)
  • βœ… "Admittedly the tests are thin, but the logic is covered by the integration suite."

Admittedly β€” usage

  • "Admittedly, that estimate was optimistic."
  • "The approach is admittedly unusual, but it's the only one that handles the offline case."
  • "Admittedly I'd have designed it differently, but changing it now costs a week."
  • "It's admittedly a lot of code for one feature."

The two together

They're natural partners in a single argument, because they cover the two honest weak spots in any technical claim: what you're guessing and what you're conceding.

  • "Admittedly I haven't profiled it, but the query pattern is N+1, so presumably that's where the time goes."

One sentence that flags a concession and an inference, and still argues its case. That is what fluent technical English sounds like.

Grammar β€” position

Presumably

  • Front: "Presumably they'll want a demo first." β†’ framing the whole guess.
  • Mid: "They'll presumably want a demo." β†’ neutral, written register.
  • *After so / because:* "…so presumably it timed out." β†’ the diagnostic use.
  • Standalone answer: "Is he coming?" β€” "Presumably." βœ… Very common.

Admittedly

  • Front: "Admittedly, it's ugly." β†’ the default, and the strongest position.
  • Mid: "It's admittedly ugly." β†’ softer, more embedded.
  • ❌ Not at the end: "It's ugly, admittedly." is possible in speech but weak; the concession loses its purpose if it arrives after the point.
Common errors
  • ❌ "I presumably that they know." β†’ βœ… "Presumably they know." / "I presume they know."
  • ❌ "Admittedly is slow." β†’ βœ… "Admittedly it's slow." (needs a subject)
  • ❌ "I admittedly the tests are thin." β†’ βœ… "Admittedly, the tests are thin." / "I admit the tests are thin."
  • ❌ "Presumably yes?" as a question β†’ βœ… "I presume so?" / "Presumably." (as a statement)

Presumably's neighbours

  • probably β€” statistical likelihood. "Probably a network issue."
  • presumably β€” reasoned inference. "Presumably a network issue, given the timing."
  • apparently β€” reported by someone else.
  • evidently β€” inferred, and you're fairly sure.
  • conceivably β€” possible but unlikely. "Conceivably a hardware fault."
  • I imagine / I'd guess β€” the casual spoken versions.

Admittedly's neighbours

  • granted β€” near-identical, slightly more informal. "Granted, it's ugly."
  • to be fair β€” very common in speech, softer. "To be fair, the docs are bad."
  • that said β€” pivots after the concession rather than before. "It's slow. That said, it works."
  • arguably β€” the opposite move; strengthens a claim while inviting disagreement.
  • I'll grant you that β€” spoken, slightly combative-friendly.

Granted and admittedly are almost interchangeable. Granted is shorter and more conversational; admittedly is the one for written client email.

Code review

  • "Presumably this is meant to run once per request?"
  • "Admittedly my version isn't shorter, but it removes the shared state."
  • "There's no error handling here β€” presumably intentional?"
  • "Admittedly this is nitpicking, but the naming is inconsistent with the rest of the module."
  • "Presumably the retry covers the timeout case."
  • "Admittedly I'm not familiar with this part of the codebase, but that condition looks inverted."

That last one is the single most useful sentence pattern in this lesson. Admittedly + your own limitation + but + the observation anyway. It lets you raise a concern without claiming authority you don't have, and it's how senior engineers disagree politely in English.

Client email

  • "Presumably you'd want the same bilingual output as the first tool?"
  • "Admittedly the first estimate was optimistic β€” here's a revised timeline with the reasoning."
  • "Presumably the deadline is still end of month; let me know if that's changed."
  • "Admittedly this adds a week, but it means we won't need to rebuild it in Q4."

Admittedly is the professional way to own a mistake without collapsing. It concedes the specific point and then moves straight to what you're doing about it. Compare with a bare apology, which leaves the client holding the problem.

Everyday life

  • "Presumably the shop's shut by now."
  • "Admittedly I've never actually tried it."
  • "She's not answering β€” presumably asleep."
  • "Admittedly it's expensive, but we'd use it every day."
  • "Is it far?" β€” "Presumably. I've never walked it."

The traps

Trap 1 β€” Admittedly without a pivot

Covered above, but it's the big one. If every sentence starts with admittedly and never reaches but, you sound like you're apologising for existing. Non-native speakers over-concede in English because it feels polite; it reads as a lack of confidence.

One concession per argument. Then pivot.

Trap 2 β€” Presumably as a passive-aggressive question

"Presumably you tested this?" is a real question in writing but an accusation in tone. The word implies this should have been obvious, so pointed at someone's work it can bite.

Safer: "Did you get a chance to test this?"

Trap 3 β€” Presumably where you actually know

If you've checked, say so. "Presumably it's a timeout" when you've read the stack trace makes you sound less competent than you are, not more careful.

Register & mnemonic

Presumably β€” neutral, leaning intellectual. Common in technical writing and discussion, slightly formal for casual speech, where I guess or probably is more natural.

Admittedly β€” neutral-formal. Strong in written argument, code review and client email. In casual speech, granted or to be fair usually replaces it.

  • Formal synonyms: presumably β†’ it may be presumed Β· admittedly β†’ it must be conceded
  • Casual synonyms: presumably β†’ I guess Β· admittedly β†’ to be fair
Mnemonic

🧩 Presumably = the missing puzzle piece you haven't looked at, but whose shape you can see from the gap.

🀝 Admittedly = a handshake before the argument. You give something up first so the rest of what you say carries weight.

See also

Apparently Β· Actually / Currently / Eventually Β· honestly. Not written yet: arguably Β· granted Β· evidently.

Practice

1.The token's expired, so ___ that's the 401.

2.___ it's slower, but it's far easier to maintain.

3.___ I'm not familiar with this module, but that condition looks inverted.

4.β€œIs he joining the call?” β€” β€œ___.”

5.___ the API changed last week β€” someone on their team mentioned it.

0 of 5 answeredScore: 0 / 5
One more β€” which sentence is weak because it concedes and then stops?
  • ❌ (strong) "Admittedly the tests are thin, but the integration suite covers it."
  • βœ… (weak) "Admittedly the tests are thin." β€” no pivot, so it's a surrender rather than an argument.
  • ❌ (strong) "Admittedly it's a workaround, but it unblocks the release."
Answer key
  1. presumably β€” a reasoned inference from evidence you have in front of you.
  2. admittedly β€” a conceded weakness, followed by the pivot with but.
  3. admittedly β€” conceding your own limitation before making the point anyway.
  4. presumably β€” the standalone answer; admittedly can't stand alone this way.
  5. apparently β€” reported second-hand, not inferred.
← All words