---
title: "Ad Hominem"
description: "An ad hominem fallacy attacks the person making an argument instead of the argument itself, treating a fact about the speaker as though it settled the claim. Because a claim's truth does not depend on who states it, discrediting the speaker leaves the reasoning entirely intact and untested."
last_updated: "2026-08-02"
---

# Ad Hominem

*Also known as: argumentum ad hominem*

An ad hominem fallacy attacks the person making an argument instead of the argument itself, treating a fact about the speaker as though it settled the claim. Because a claim's truth does not depend on who states it, discrediting the speaker leaves the reasoning entirely intact and untested.

Attacking the person making an argument rather than the argument itself, as though their character settled the truth of their claim.

*Example: "You can't trust her budget plan — she's been divorced twice" attacks the person, not the plan.*

## What it looks like

**In a public health discussion**

> Why should we listen to her about nutrition? She's overweight herself.

*Why it fails:* Her body has no bearing on whether the studies she cites are sound. The evidence stands or falls on its own; the speaker's appearance is simply not part of the chain of reasoning.

**In a political debate**

> That policy analysis comes from someone who dropped out of college, so it isn't worth reading.

*Why it fails:* Educational history is a fact about the author, not about whether the analysis's numbers add up. A credential is weak evidence of quality in either direction; the analysis itself is checkable.

**In a code review**

> You've only been here three months, so your concerns about this architecture aren't worth discussing.

*Why it fails:* Tenure does not determine whether a design has a flaw. The concern names something specific and checkable, and dismissing it by seniority avoids ever finding out whether it was right.

## Practice

### Question 1

A scientist presents data on air quality. A critic responds: "This researcher has taken funding from an environmental group, so his findings are worthless." Which best describes this response?

A. A legitimate objection — funding sources always invalidate research
B. A circumstantial ad hominem: the funding is a reason to check the work carefully, not a reason the findings are false
C. A straw man, because it misrepresents what the scientist claimed
D. An appeal to authority, because it treats funders as authorities

**Answer: B.** This is the circumstantial variety of ad hominem, which points at a speaker's situation or interests rather than their argument. The nuance matters: funding is genuinely relevant to how much scrutiny a study deserves — it can motivate a closer look at methods and pre-registration. What it cannot do is establish that the findings are false, which is what the critic asserts. Option A overstates this into a rule that would invalidate nearly all research, since almost all of it is funded by someone.

### Question 2

Which of these is a legitimate attack on a person rather than an ad hominem fallacy?

A. "His argument fails because he's arrogant."
B. "She's wrong about the budget because she has always been bad with money."
C. "He has been caught fabricating data three times, so his unpublished figures need independent verification before we rely on them."
D. "You can't trust his reasoning; he's not even from around here."

**Answer: C.** Option C attacks credibility as a source, not the truth of an argument — and it does so for a directly relevant reason with a proportionate conclusion: verify the figures, not "he is wrong." When someone asks you to take unverifiable data on trust, their record of fabrication is legitimately on point. The other three cite traits with no bearing on whether the reasoning holds.

### Question 3

During a disagreement, someone says: "Of course you'd argue for higher taxes on property — you don't own any." Is this an ad hominem?

A. No, because the person's stake in the outcome is always relevant
B. Yes — it explains why they might hold the view but does nothing to show the view is wrong
C. No, this is a tu quoque rather than an ad hominem
D. Yes, and specifically an appeal to emotion

**Answer: B.** Circumstantial ad hominem. Noting someone's interest may explain their motivation, but motivation and truth are separate: a renter can be right about property tax and a homeowner can be wrong, regardless of who benefits. Option C names the wrong fallacy — tu quoque specifically accuses the speaker of hypocrisy, of failing to live up to their own standard, which is not what is happening here.

### Question 4

Why does an ad hominem leave the original argument standing?

A. Because insults are against the rules of formal debate
B. Because whether a claim is true depends on the evidence and reasoning for it, not on facts about whoever stated it
C. Because the person attacked can simply attack back
D. Because ad hominems are usually factually inaccurate about the person

**Answer: B.** The core point is the independence of a claim from its speaker: the same argument, word for word, is exactly as strong whether a saint or a fraud makes it. This is why an ad hominem does not merely break etiquette — it fails to engage. Option D misses the point, because an ad hominem is still fallacious when the accusation about the person is entirely true.

### Question 5

Which is the clearest difference between ad hominem and tu quoque?

A. Ad hominem attacks any trait of the speaker; tu quoque specifically charges them with not practising what they preach
B. Tu quoque is a valid form of argument; ad hominem is not
C. Ad hominem is used in writing; tu quoque only in speech
D. They are different names for exactly the same move

**Answer: A.** Tu quoque is a subtype of ad hominem — the hypocrisy-focused one, heard as "you do it too" or "look who's talking." A general ad hominem can attack anything about the speaker; tu quoque specifically targets the gap between what they say and what they do. Both are fallacious for the same reason: a doctor who smokes can still be right that smoking causes cancer.

## Frequently asked

### Is calling someone a liar always an ad hominem?

No. If someone's honesty is itself the question — say, they are asking you to accept a claim on their word alone — then their record of truthfulness is directly relevant evidence. It becomes a fallacy when their honesty is used to dismiss an argument whose support is available for checking independently.

### What are the main types of ad hominem?

Three come up most: abusive, which attacks character or traits directly; circumstantial, which points at the speaker's interests or situation; and tu quoque, which charges the speaker with hypocrisy. All three substitute a fact about the person for an engagement with what they actually argued.

### Does an ad hominem mean the conclusion is false?

No, and this is a common mistake. Identifying a fallacy shows the argument fails to support its conclusion — not that the conclusion is wrong. Someone can attack you unfairly and still happen to be right. Spotting the fallacy tells you the question is unsettled, not settled the other way.

## Related

- [Tu Quoque](https://www.criticalthinkingexercise.org/pages/glossary/tu-quoque.md)
- [Straw Man](https://www.criticalthinkingexercise.org/pages/glossary/straw-man.md)
- [Appeal to Authority](https://www.criticalthinkingexercise.org/pages/glossary/appeal-to-authority.md)
- [Identifying Logical Fallacies](https://www.criticalthinkingexercise.org/pages/exercises/identifying-fallacies.md)
- [Fallacies in Everyday Life](https://www.criticalthinkingexercise.org/pages/exercises/fallacies-in-everyday-life.md)
- [Lesson: traps-and-pitfalls/logical-fallacies-formal-relevance](https://www.criticalthinkingexercise.org/pages/learn/traps-and-pitfalls/logical-fallacies-formal-relevance.md)

## Sitemap

See the full [sitemap](https://www.criticalthinkingexercise.org/sitemap.md) for all pages.
