Theory of Planned Behavior (TPB)
Overview
The Theory of Planned Behavior (Ajzen, 1991) extends the Theory of Reasoned Action by adding perceived behavioral control as a predictor of both intention and behavior. Behavioral intention is determined by three factors: attitude toward the behavior, subjective norms, and perceived behavioral control. Intention is the proximal predictor of behavior, moderated by actual control.
When to Use
- Predicting whether a target population will adopt a new behavior (health, technology, policy)
- Diagnosing the intention-behavior gap — why people intend to act but do not follow through
- Designing persuasion or behavior change interventions by targeting the weakest predictor
- Evaluating campaign effectiveness on attitude, norm, and control dimensions
When NOT to Use
- For habitual or automatic behaviors where intention plays a minimal role
- When behavior is primarily driven by unconscious or emotional processes (use dual-process models)
- For behaviors under complete external control (no volitional component)
Assumptions
IRON LAW: Intention predicts behavior ONLY when perceived
behavioral control is high — without actual control, intention
alone is insufficient. The intention-behavior gap widens as
volitional control decreases.
Key assumptions:
- People make reasoned (though not necessarily rational) decisions based on available information
- Behavioral beliefs, normative beliefs, and control beliefs are the informational foundations
- The relative weight of attitude, norms, and PBC varies across behaviors and populations
Methodology
Step 1 — Specify the Target Behavior
Define the behavior precisely using the TACT framework:
- Target: at what object or person
- Action: what specific action
- Context: in what situation
- Time: in what time frame
Step 2 — Measure the Three Predictors
| Predictor |
Definition |
Underlying Beliefs |
| Attitude |
Favorable/unfavorable evaluation of performing the behavior |
Behavioral beliefs (outcomes x evaluations) |
| Subjective norms |
Perceived social pressure to perform or not perform |
Normative beliefs (referents x motivation to comply) |
| Perceived behavioral control (PBC) |
Perceived ease or difficulty of performing the behavior |
Control beliefs (facilitators/barriers x power) |
Step 3 — Assess Intention and the Intention-Behavior Gap
- Measure behavioral intention as a function of the three predictors
- Identify which predictor is the weakest link (highest leverage for intervention)
- Evaluate actual behavioral control to assess gap risk
Step 4 — Design Targeted Intervention
- Attitude-focused: provide new outcome information, reframe consequences
- Norm-focused: make social norms visible, use social proof, engage opinion leaders
- PBC-focused: reduce barriers, build self-efficacy, provide skills training
- Implementation intentions: bridge the intention-behavior gap with "if-then" planning
Output Format
## TPB Analysis: [Target Behavior]
### Behavior Specification (TACT)
- Target: [object/person]
- Action: [specific behavior]
- Context: [situation]
- Time: [time frame]
### Predictor Assessment
| Predictor | Score | Key Beliefs | Intervention Potential |
|-----------|-------|-------------|----------------------|
| Attitude | [+/-] | [salient beliefs] | [High/Medium/Low] |
| Subjective norms | [+/-] | [key referents] | [High/Medium/Low] |
| PBC | [+/-] | [barriers/facilitators] | [High/Medium/Low] |
### Intention Strength: [Strong/Moderate/Weak]
### Intention-Behavior Gap Risk: [High/Medium/Low]
### Recommended Intervention
1. [Primary lever: weakest predictor]
2. [Implementation intention strategy]
3. [Barrier removal or facilitator enhancement]
Gotchas
- TPB assumes rational information processing; it underestimates the role of emotions, habits, and unconscious drivers
- Subjective norms are consistently the weakest predictor in meta-analyses — but this may reflect measurement issues rather than true irrelevance
- Past behavior often explains more variance than TPB constructs, suggesting habit and automaticity are under-represented
- PBC is not the same as actual control — people systematically overestimate or underestimate their control
- The theory works best for deliberate, one-time decisions; for recurring behaviors, habit formation models should supplement TPB
- Cross-cultural application requires recalibrating normative beliefs — collectivist cultures weight subjective norms more heavily
References
- Ajzen, I. (1991). The theory of planned behavior. Organizational Behavior and Human Decision Processes, 50(2), 179-211.
- Armitage, C. J. & Conner, M. (2001). Efficacy of the theory of planned behaviour: a meta-analytic review. British Journal of Social Psychology, 40(4), 471-499.
- Fishbein, M. & Ajzen, I. (2010). Predicting and changing behavior: the reasoned action approach. Psychology Press.
1---2name: grad-tpb3description: Apply the Theory of Planned Behavior to predict behavioral intentions from attitudes, subjective norms, and perceived behavioral control, and identify intervention leverage points. Use this skill when the user needs to predict adoption of a new behavior, diagnose why an intended behavior does not occur, design behavior change campaigns, or when they ask 'why do people not follow through', 'what predicts behavior change', or 'how to increase adoption rates'.4---56# Theory of Planned Behavior (TPB)78## Overview910The Theory of Planned Behavior (Ajzen, 1991) extends the Theory of Reasoned Action by adding perceived behavioral control as a predictor of both intention and behavior. Behavioral intention is determined by three factors: attitude toward the behavior, subjective norms, and perceived behavioral control. Intention is the proximal predictor of behavior, moderated by actual control.1112## When to Use1314- Predicting whether a target population will adopt a new behavior (health, technology, policy)15- Diagnosing the intention-behavior gap — why people intend to act but do not follow through16- Designing persuasion or behavior change interventions by targeting the weakest predictor17- Evaluating campaign effectiveness on attitude, norm, and control dimensions1819## When NOT to Use2021- For habitual or automatic behaviors where intention plays a minimal role22- When behavior is primarily driven by unconscious or emotional processes (use dual-process models)23- For behaviors under complete external control (no volitional component)2425## Assumptions2627```28IRON LAW: Intention predicts behavior ONLY when perceived29behavioral control is high — without actual control, intention30alone is insufficient. The intention-behavior gap widens as31volitional control decreases.32```3334Key assumptions:351. People make reasoned (though not necessarily rational) decisions based on available information362. Behavioral beliefs, normative beliefs, and control beliefs are the informational foundations373. The relative weight of attitude, norms, and PBC varies across behaviors and populations3839## Methodology4041### Step 1 — Specify the Target Behavior4243Define the behavior precisely using the TACT framework:44- **T**arget: at what object or person45- **A**ction: what specific action46- **C**ontext: in what situation47- **T**ime: in what time frame4849### Step 2 — Measure the Three Predictors5051| Predictor | Definition | Underlying Beliefs |52|-----------|------------|--------------------|53| Attitude | Favorable/unfavorable evaluation of performing the behavior | Behavioral beliefs (outcomes x evaluations) |54| Subjective norms | Perceived social pressure to perform or not perform | Normative beliefs (referents x motivation to comply) |55| Perceived behavioral control (PBC) | Perceived ease or difficulty of performing the behavior | Control beliefs (facilitators/barriers x power) |5657### Step 3 — Assess Intention and the Intention-Behavior Gap5859- Measure behavioral intention as a function of the three predictors60- Identify which predictor is the weakest link (highest leverage for intervention)61- Evaluate actual behavioral control to assess gap risk6263### Step 4 — Design Targeted Intervention6465- **Attitude-focused**: provide new outcome information, reframe consequences66- **Norm-focused**: make social norms visible, use social proof, engage opinion leaders67- **PBC-focused**: reduce barriers, build self-efficacy, provide skills training68- **Implementation intentions**: bridge the intention-behavior gap with "if-then" planning6970## Output Format7172```markdown73## TPB Analysis: [Target Behavior]7475### Behavior Specification (TACT)76- Target: [object/person]77- Action: [specific behavior]78- Context: [situation]79- Time: [time frame]8081### Predictor Assessment82| Predictor | Score | Key Beliefs | Intervention Potential |83|-----------|-------|-------------|----------------------|84| Attitude | [+/-] | [salient beliefs] | [High/Medium/Low] |85| Subjective norms | [+/-] | [key referents] | [High/Medium/Low] |86| PBC | [+/-] | [barriers/facilitators] | [High/Medium/Low] |8788### Intention Strength: [Strong/Moderate/Weak]89### Intention-Behavior Gap Risk: [High/Medium/Low]9091### Recommended Intervention921. [Primary lever: weakest predictor]932. [Implementation intention strategy]943. [Barrier removal or facilitator enhancement]95```9697## Gotchas9899- TPB assumes rational information processing; it underestimates the role of emotions, habits, and unconscious drivers100- Subjective norms are consistently the weakest predictor in meta-analyses — but this may reflect measurement issues rather than true irrelevance101- Past behavior often explains more variance than TPB constructs, suggesting habit and automaticity are under-represented102- PBC is not the same as actual control — people systematically overestimate or underestimate their control103- The theory works best for deliberate, one-time decisions; for recurring behaviors, habit formation models should supplement TPB104- Cross-cultural application requires recalibrating normative beliefs — collectivist cultures weight subjective norms more heavily105106## References107108- Ajzen, I. (1991). The theory of planned behavior. *Organizational Behavior and Human Decision Processes*, 50(2), 179-211.109- Armitage, C. J. & Conner, M. (2001). Efficacy of the theory of planned behaviour: a meta-analytic review. *British Journal of Social Psychology*, 40(4), 471-499.110- Fishbein, M. & Ajzen, I. (2010). *Predicting and changing behavior: the reasoned action approach*. Psychology Press.