---
title: The Power of Habit
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/the-power-of-habit/
image: https://expiredqueues.com/images/og/books-the-power-of-habit-5340e472.jpg
---

![Cover of The Power of Habit](https://expiredqueues.com/images/opt/the-power-of-habit-320.jpeg)

# The Power of Habit

[Charles Duhigg](https://en.wikipedia.org/wiki/Charles_Duhigg) · 2012 · English

## Related from Expired Queues

- [Learning Gamification](https://expiredqueues.com/learning-gamification/) - the cue-routine-reward loop, sold as product design.
- [Body by Science](https://expiredqueues.com/books/body-by-science/)
- [Poor Charlie's Almanack](https://expiredqueues.com/books/poor-charlies-almanack/)

## Record

- ISBN

  [9780812981605](https://openlibrary.org/books/OL24918690M)

- Language

  English

- Published

  2012

- Publisher

  Random House

- Pages

  371

- Link

  [Wikipedia](https://en.wikipedia.org/wiki/The_Power_of_Habit)

## Same shelf

- [The 6 Types of Working Genius Patrick Lencioni](https://expiredqueues.com/books/the-6-types-of-working-genius/)
- [The Click Ori Brafman & Rom Brafman](https://expiredqueues.com/books/the-click/)
- [The Evolution of Desire David Buss](https://expiredqueues.com/books/the-evolution-of-desire/)
- [The Mating Mind Geoffrey Miller](https://expiredqueues.com/books/the-mating-mind/)
- [The Status Game Will Storr](https://expiredqueues.com/books/the-status-game/)
- [What Color Is Your Parachute? Richard N. Bolles](https://expiredqueues.com/books/what-color-is-your-parachute/)

[See full shelf](https://expiredqueues.com/books/)

[![Cover of The Power of Geography](https://expiredqueues.com/images/opt/the-power-of-geography-320.jpeg)](https://expiredqueues.com/books/the-power-of-geography/)

[ ← Previous The Power of Geography Tim Marshall ](https://expiredqueues.com/books/the-power-of-geography/)[Next → The Pragmatic Programmer Andrew Hunt & David Thomas ](https://expiredqueues.com/books/the-pragmatic-programmer/)

[![Cover of The Pragmatic Programmer](https://expiredqueues.com/images/opt/the-pragmatic-programmer-320.jpeg)](https://expiredqueues.com/books/the-pragmatic-programmer/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "The Power of Habit",
      "url": "https://expiredqueues.com/books/the-power-of-habit/",
      "author": [
        {
          "@type": "Person",
          "name": "Charles Duhigg",
          "url": "https://en.wikipedia.org/wiki/Charles_Duhigg",
          "sameAs": [
            "https://en.wikipedia.org/wiki/Charles_Duhigg"
          ]
        }
      ],
      "inLanguage": "English",
      "isbn": "9780812981605",
      "datePublished": "2012",
      "publisher": {
        "@type": "Organization",
        "name": "Random House"
      },
      "numberOfPages": 371,
      "image": "https://expiredqueues.com/images/books/the-power-of-habit.jpg",
      "genre": [
        "Psychology"
      ],
      "sameAs": [
        "https://en.wikipedia.org/wiki/The_Power_of_Habit"
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://expiredqueues.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Books",
          "item": "https://expiredqueues.com/books/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "The Power of Habit",
          "item": "https://expiredqueues.com/books/the-power-of-habit/"
        }
      ]
    }
  ]
}
```
