---
title: The Innovator's Dilemma
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/the-innovators-dilemma/
image: https://expiredqueues.com/images/og/books-the-innovators-dilemma-43cad93a.jpg
---

# The Innovator's Dilemma

[Clayton Christensen](https://en.wikipedia.org/wiki/Clayton_Christensen) · 2011 · English

Eye opening, learned about Jobs-To-Be-Done concept and finally understood it to its true core.

Might give me one or two startup ideas. - perhaps [Soventry.eu](https://soventry.eu)?

## Record

- ISBN

  9781647826765

- Language

  English

- Published

  2011

- Publisher

  HBR Press

- Pages

  336

- Link

  [Wikipedia](https://en.wikipedia.org/wiki/The_Innovator's_Dilemma)

## Same shelf

- [Beyond Disruption W. Chan Kim & Renée Mauborgne](https://expiredqueues.com/books/beyond-disruption/)
- [Blue Ocean Strategy W. Chan Kim & Renée Mauborgne](https://expiredqueues.com/books/blue-ocean-strategy/)
- [Crossing the Chasm Geoffrey Moore](https://expiredqueues.com/books/crossing-the-chasm/)

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

[![Cover of The Fountainhead](https://expiredqueues.com/images/opt/the-fountainhead-320.jpeg)](https://expiredqueues.com/books/the-fountainhead/)

[ ← Previous The Fountainhead Ayn Rand ](https://expiredqueues.com/books/the-fountainhead/)[Next → A History of Nepal John Whelpton ](https://expiredqueues.com/books/a-history-of-nepal/)

[![Cover of A History of Nepal](https://expiredqueues.com/images/opt/a-history-of-nepal-316.jpeg)](https://expiredqueues.com/books/a-history-of-nepal/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "The Innovator's Dilemma",
      "url": "https://expiredqueues.com/books/the-innovators-dilemma/",
      "author": [
        {
          "@type": "Person",
          "name": "Clayton Christensen",
          "url": "https://en.wikipedia.org/wiki/Clayton_Christensen",
          "sameAs": [
            "https://en.wikipedia.org/wiki/Clayton_Christensen"
          ]
        }
      ],
      "inLanguage": "English",
      "isbn": "9781647826765",
      "datePublished": "2011",
      "publisher": {
        "@type": "Organization",
        "name": "HBR Press"
      },
      "numberOfPages": 336,
      "image": "https://expiredqueues.com/images/books/the-innovators-dilemma.webp",
      "genre": [
        "Business"
      ],
      "sameAs": [
        "https://en.wikipedia.org/wiki/The_Innovator's_Dilemma"
      ]
    },
    {
      "@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 Innovator's Dilemma",
          "item": "https://expiredqueues.com/books/the-innovators-dilemma/"
        }
      ]
    }
  ]
}
```
