# Habit Formation Habit formation is the process by which behaviors become automatic through repeated practice in consistent contexts. Habits are neurological shortcuts—the brain converts repeated actions into automatic routines to conserve cognitive resources. Research by Wendy Wood and others suggests habits account for approximately 43% of daily behaviors. The science of habits has been popularized by Charles Duhigg (*The Power of Habit*, 2012), [[James Clear]] (*Atomic Habits*, 2018), and [[BJ Fogg]] (*Tiny Habits*, 2019), each offering frameworks for building good habits and breaking bad ones. The core insight is that habits operate through a loop: a cue triggers a routine, which delivers a reward. This loop, repeated consistently, creates neural pathways that make the behavior increasingly automatic. Key factors include context (same time, place, preceding action), frequency (repetition strengthens pathways), and reward (emotional payoff reinforces the loop). Breaking habits requires disrupting the loop—changing cues, substituting routines, or removing rewards. Modern understanding combines behavioral psychology ([[B.F. Skinner]]), neuroscience (basal ganglia), and practical application in product design ([[Nir Eyal]]'s [[Hooked (book)|Hook Model]]). ## The Habit Loop ``` ┌─────────────────────────────────────────────────────────────┐ │ THE HABIT LOOP │ │ (Duhigg / Clear / Fogg) │ ├─────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────┐ │ │ ┌─────▶│ CUE │◀─────┐ │ │ │ └────┬────┘ │ │ │ │ │ │ │ │ │ ▼ │ │ │ ┌────────┴───┐ ┌─────────┐ │ │ │ │ REWARD │ │ CRAVING │ │ │ │ └────────────┘ └────┬────┘ │ │ │ ▲ │ │ │ │ │ ▼ │ │ │ │ ┌───────────┐ │ │ │ └────┤ ROUTINE │──────┘ │ │ │ (Response)│ │ │ └───────────┘ │ │ │ │ DUHIGG: Cue → Routine → Reward │ │ CLEAR: Cue → Craving → Response → Reward │ │ FOGG: Prompt → Ability → Motivation │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Frameworks Compared | Framework | Author | Core Idea | |-----------|--------|-----------| | **Habit Loop** | Charles Duhigg | Cue → Routine → Reward | | **Four Laws** | [[James Clear]] | Make it obvious/attractive/easy/satisfying | | **Tiny Habits** | [[BJ Fogg]] | Anchor + Tiny Behavior + Celebration | | **Hook Model** | [[Nir Eyal]] | Trigger → Action → Variable Reward → Investment | ## Clear's Four Laws of Behavior Change | Law | To Build | To Break | |-----|----------|----------| | **1st Law (Cue)** | Make it obvious | Make it invisible | | **2nd Law (Craving)** | Make it attractive | Make it unattractive | | **3rd Law (Response)** | Make it easy | Make it difficult | | **4th Law (Reward)** | Make it satisfying | Make it unsatisfying | ## Fogg Behavior Model (B=MAP) ``` Behavior = Motivation × Ability × Prompt High │ ●───── Behavior happens │ ╱ (above the line) M │ ╱ o │ ╱ Action Line t │ ╱ i │╱ v │ Behavior doesn't happen Low └───────────────────────────── Hard Easy Ability ``` ## Habit Formation Timeline | Timeframe | What Happens | |-----------|--------------| | **Day 1** | Conscious effort required | | **Days 2-7** | Building consistency | | **Days 8-21** | Common "21-day myth" | | **Days 22-66** | Average time to automaticity | | **66+ days** | Habit becomes automatic (Lally et al.) | ## Types of Habits | Type | Description | Example | |------|-------------|---------| | **Keystone habits** | Trigger other positive changes | Exercise → better eating | | **Identity habits** | Reinforce who you are | "I'm a writer" → daily writing | | **Stacking habits** | Chain behaviors together | After coffee → journal | | **Tiny habits** | Extremely small to start | 2 pushups after bathroom | ## Habit Stacking | Formula | Example | |---------|---------| | After [CURRENT HABIT], I will [NEW HABIT] | After I pour coffee, I will write one sentence | ## Breaking Bad Habits | Strategy | Description | |----------|-------------| | **Remove cues** | Don't keep junk food visible | | **Increase friction** | Delete apps, add steps | | **Substitute routine** | Replace with healthier behavior | | **Change environment** | New context, new behaviors | | **Use commitment devices** | Make bad behavior costly | ## Neuroscience of Habits | Brain Region | Role | |--------------|------| | **Basal ganglia** | Stores habitual routines | | **Prefrontal cortex** | Conscious decision-making | | **Dopamine system** | Reward anticipation | ## Common Mistakes | Mistake | Better Approach | |---------|-----------------| | **Too ambitious** | Start tiny | | **No specific cue** | Attach to existing routine | | **No immediate reward** | Celebrate immediately | | **All-or-nothing** | Never miss twice | | **Willpower reliance** | Design environment | ## Key Research | Researcher | Contribution | | ------------------- | ----------------------------------- | | [[Wendy Wood]] | Habits account for ~43% of behavior | | [[Phillippa Lally]] | Average 66 days to form habit | | [[B. F. Skinner]] | Reinforcement and conditioning | | [[Roy Baumeister]] | Willpower as limited resource | ## References - Duhigg, C. (2012). *The Power of Habit* - Clear, J. (2018). *Atomic Habits* - Fogg, BJ. (2019). *Tiny Habits* - Lally, P. et al. (2010). "How are habits formed" ## Related - [[BJ Fogg]] - [[James Clear]] - [[Nir Eyal]] - [[Hooked (book)]] - [[Behavioral Economics]] - [[Nudge theory]] - [[Willpower (MoC)|Willpower]] - [[Productivity (MoC)|Productivity]] - [[Self-Improvement]]