# Timeline of Major Human Inventions: Prehistory to Present

**Report date:** 2026-03-17  
**Sources:** Our World in Data, Wikipedia Timeline of Historic Inventions, Encyclopaedia Britannica, Smithsonian Institution

**Chart:** [Interactive HTML](2026-03-17-human-inventions-timeline-charts.html)

---

## 1. Key Inventions by Era

![Timeline of major human inventions](human-inventions-timeline-chart.png)

### Prehistory (Paleolithic to Neolithic)

| Invention | Approx. Date | Notes |
|-----------|--------------|-------|
| Stone tools | 3.3 million years ago | Oldowan tools, Kenya/Ethiopia (Australopithecus or early Homo). Source: Wikipedia, OWID, Nature (Harmand 2015, McPherron 2010). |
| Control of fire | 1 million years ago | Wonderwerk Cave, South Africa. Source: OWID, PNAS (Berna 2012). |
| Agriculture | 10,000–9,000 BCE | Fertile Crescent domestication of crops and animals. Source: Wikipedia, Britannica, OWID. |
| Pottery | 20,000–16,000 BCE | China. Source: Wikipedia. |
| Wheel | 4,000–3,500 BCE | Ukraine, Poland, Germany; Ljubljana Marshes Wheel c. 3200 BCE. Source: Wikipedia. |
| Writing | 3,200–3,100 BCE | Cuneiform in Sumer (Uruk), Egypt. Source: Wikipedia, Britannica, Met Museum. |

### Ancient (Bronze Age to Classical)

| Invention | Approx. Date | Notes |
|-----------|--------------|-------|
| Bronze metallurgy | 3,000 BCE | Copper-tin alloy, Near East. Source: Wikipedia, Britannica. |
| Iron smelting | 1,200 BCE | Widespread replacement of bronze. Source: Wikipedia, Britannica. |
| Paper | 2nd century CE (105 CE) | Cai Lun, Han dynasty China. Source: Wikipedia, Britannica. |
| Compass | 206 BCE–2nd century CE | Magnetic direction finder, Han China. Source: Wikipedia. |

### Medieval / Renaissance

| Invention | Approx. Date | Notes |
|-----------|--------------|-------|
| Gunpowder | 9th century CE (c. 850) | Chinese alchemists. Source: Wikipedia, Britannica. |
| Printing press (movable type) | 1439–1440 | Johannes Gutenberg, Mainz. Source: Wikipedia, Britannica, History.com. |
| Telescope | 1608 | Hans Lippershey (patent); also Jacob Metius. Source: Wikipedia. |
| Microscope | 1590–1620 | Compound microscope; attributed to Janssen, Drebbel, or Galileo. Source: Wikipedia. |
| Pendulum clock | 1656 | Christiaan Huygens. Source: Wikipedia, Britannica. |

### Industrial (18th–19th century)

| Invention | Approx. Date | Notes |
|-----------|--------------|-------|
| Steam engine | 1712 | Thomas Newcomen, first practical atmospheric engine. Watt’s improved design 1769. Source: Wikipedia, Britannica, World History Encyclopedia. |
| Telegraph | 1837–1844 | Samuel Morse, Morse code; first commercial line 1844. Source: Wikipedia. |
| Telephone | 1876 | Alexander Graham Bell, first patent. Source: Wikipedia, Britannica. |
| Electric light (incandescent) | 1879 | Joseph Swan and Thomas Edison. Source: Wikipedia, Britannica. |
| Automobile (gasoline) | 1886 | Karl Benz, first petrol-powered car. Source: Wikipedia. |

### Modern (20th–21st century)

| Invention | Approx. Date | Notes |
|-----------|--------------|-------|
| Radio | 1895 | Guglielmo Marconi, wireless communication. Source: Wikipedia. |
| Airplane | 1903 | Wright brothers, first powered flight. Source: Wikipedia, OWID, Smithsonian. |
| Transistor | 1947 | Bardeen, Brattain, Shockley at Bell Labs. Source: Wikipedia. |
| Computer (electronic digital) | 1946 / 1938 | ENIAC 1946; Z1 (Konrad Zuse) 1938. Source: Wikipedia. |
| Internet (ARPANET) | 1969 | Packet switching, NPL network and ARPANET. Source: Wikipedia, OWID. |
| World Wide Web | 1989–1991 | Tim Berners-Lee, CERN. Source: Wikipedia, OWID. |
| Smartphone | 1994 / 2007 | IBM Simon 1994; iPhone 2007. Source: Wikipedia. |

---

## 2. Structured Data for Chart

Each invention: `{year, year_approx, invention_name, category, era}`

| year | year_approx | invention_name | category | era |
|------|-------------|----------------|----------|-----|
| -3300000 | 3300000 BCE | Stone tools | Tools | Prehistory |
| -1000000 | 1 mya | Control of fire | Survival | Prehistory |
| -10000 | 10000 BCE | Agriculture | Food | Prehistory |
| -3500 | 3500 BCE | Wheel | Transport | Prehistory |
| -3200 | 3200 BCE | Writing | Communication | Prehistory |
| -3000 | 3000 BCE | Bronze metallurgy | Materials | Ancient |
| -1200 | 1200 BCE | Iron smelting | Materials | Ancient |
| 105 | 105 CE | Paper | Communication | Ancient |
| -206 | 206 BCE | Compass | Navigation | Ancient |
| 850 | 850 CE | Gunpowder | Military | Medieval |
| 1440 | 1440 CE | Printing press | Communication | Medieval |
| 1608 | 1608 CE | Telescope | Science | Renaissance |
| 1712 | 1712 CE | Steam engine | Power | Industrial |
| 1844 | 1844 CE | Telegraph | Communication | Industrial |
| 1876 | 1876 CE | Telephone | Communication | Industrial |
| 1879 | 1879 CE | Electric light | Energy | Industrial |
| 1886 | 1886 CE | Automobile | Transport | Industrial |
| 1895 | 1895 CE | Radio | Communication | Modern |
| 1903 | 1903 CE | Airplane | Transport | Modern |
| 1947 | 1947 CE | Transistor | Electronics | Modern |
| 1946 | 1946 CE | Electronic computer | Computing | Modern |
| 1969 | 1969 CE | Internet (ARPANET) | Computing | Modern |
| 1991 | 1991 CE | World Wide Web | Computing | Modern |

---

## 3. CHART_DATA (JSON-Ready for Timeline Visualization)

```json
[
  {"year": -10000, "invention": "Agriculture", "era": "Prehistory", "label": "Agriculture (c. 10000 BCE)"},
  {"year": -3500, "invention": "Wheel", "era": "Prehistory", "label": "Wheel (c. 3500 BCE)"},
  {"year": -3200, "invention": "Writing", "era": "Prehistory", "label": "Writing (c. 3200 BCE)"},
  {"year": -3000, "invention": "Bronze metallurgy", "era": "Ancient", "label": "Bronze (c. 3000 BCE)"},
  {"year": -1200, "invention": "Iron smelting", "era": "Ancient", "label": "Iron (c. 1200 BCE)"},
  {"year": -206, "invention": "Compass", "era": "Ancient", "label": "Compass (c. 206 BCE)"},
  {"year": 105, "invention": "Paper", "era": "Ancient", "label": "Paper (105 CE)"},
  {"year": 850, "invention": "Gunpowder", "era": "Medieval", "label": "Gunpowder (c. 850 CE)"},
  {"year": 1440, "invention": "Printing press", "era": "Medieval", "label": "Printing press (1440)"},
  {"year": 1608, "invention": "Telescope", "era": "Renaissance", "label": "Telescope (1608)"},
  {"year": 1712, "invention": "Steam engine", "era": "Industrial", "label": "Steam engine (1712)"},
  {"year": 1844, "invention": "Telegraph", "era": "Industrial", "label": "Telegraph (1844)"},
  {"year": 1876, "invention": "Telephone", "era": "Industrial", "label": "Telephone (1876)"},
  {"year": 1879, "invention": "Electric light", "era": "Industrial", "label": "Electric light (1879)"},
  {"year": 1886, "invention": "Automobile", "era": "Industrial", "label": "Automobile (1886)"},
  {"year": 1895, "invention": "Radio", "era": "Modern", "label": "Radio (1895)"},
  {"year": 1903, "invention": "Airplane", "era": "Modern", "label": "Airplane (1903)"},
  {"year": 1947, "invention": "Transistor", "era": "Modern", "label": "Transistor (1947)"},
  {"year": 1946, "invention": "Electronic computer", "era": "Modern", "label": "Computer (1946)"},
  {"year": 1969, "invention": "Internet", "era": "Modern", "label": "Internet (1969)"},
  {"year": 1991, "invention": "World Wide Web", "era": "Modern", "label": "World Wide Web (1991)"}
]
```

**Chart usage notes:**
- `year` is numeric (negative = BCE, positive = CE) for x-axis.
- `label` is for tooltips or point labels.
- `era` can drive color or grouping.
- Prehistory (stone tools, fire) omitted from this array because of scale; they can be added with `year: -1000000` and `year: -3300000` if using a log or dual-scale timeline.

---

## 4. Source Attribution

| Source | URL / Reference | Use |
|--------|-----------------|-----|
| Our World in Data | https://ourworldindata.org/technology-long-run | Long-term tech timeline, fire/stone-tool dates, communication chain. |
| Wikipedia: Timeline of historic inventions | https://en.wikipedia.org/wiki/Timeline_of_historic_inventions | Detailed dates and inventors. |
| Encyclopaedia Britannica | https://www.britannica.com/technology/invention-technology | Chronology and key inventions. |
| Smithsonian Institution | https://si.edu/explore/innovation, Human Origins Program | Early innovation and tool evolution. |
| PNAS (Berna et al. 2012) | Microstratigraphic evidence of fire, Wonderwerk Cave | Fire control ~1 Ma. |
| Nature (Harmand 2015, McPherron 2010) | Stone tool evidence, Kenya/Ethiopia | Stone tools ~3.3 Ma. |

---

## 5. Summary

- **Prehistory:** Stone tools (~3.3 mya), fire (~1 mya), agriculture (~10,000 BCE), wheel (~3500 BCE), writing (~3200 BCE).
- **Ancient:** Bronze (~3000 BCE), iron (~1200 BCE), paper (105 CE), compass (~206 BCE).
- **Medieval/Renaissance:** Gunpowder (~850 CE), printing press (1440), telescope (1608).
- **Industrial:** Steam engine (1712), telegraph (1844), telephone (1876), electric light (1879), automobile (1886).
- **Modern:** Radio (1895), airplane (1903), transistor (1947), computer (1946), Internet (1969), World Wide Web (1991).

Dates are approximate; many inventions evolved over time and across regions. This report favors widely cited, well-dated milestones.
