Wow #1 · Shelves for level 30
15
Active bookshelves. The hard cap that unlocks the top table level.
Wow #2 · Top table level
30
Max level with 15 shelves (8 + shelves + half the shelves, rounded down).
How many bookshelves the enchanting table actually counts, and how that sets the max level you can roll.
Building a 20-shelf library does not raise the table past 30. Missing shelves does drop the max level.
1. Bookshelf count → max level
| Active bookshelves (b) | Max enchantment level |
|---|---|
| 0 | 8 |
| 1 | 9 |
| 2 | 11 |
| 3 | 12 |
| 4 | 14 |
| 5 | 15 |
| 6 | 17 |
| 7 | 18 |
| 8 | 20 |
| 9 | 21 |
| 10 | 23 |
| 11 | 24 |
| 12 | 26 |
| 13 | 27 |
| 14 | 29 |
| 15 | 30 |
Simple version: max level = 8 + shelves + half the shelves (round down). At 15 shelves that is 8 + 15 + 7 = 30.
Max level by bookshelf count
From wiki ladder formula — level vs bookshelf count. Illustration of the step function, not a playtest.
2. Java vs Bedrock gap rules
- Both: shelves sit two blocks away horizontally; same height or one up; corners count when the gap is clear.
- Bedrock: the gap must be air. Torches, snow, and carpet block the boost.
- Java: the gap can be air or other blocks in the
enchantment_power_transmittertag (snow/short grass etc.).
Build to 15 active shelves for level 30. Past 15, more shelves do not help the table.
This is the table ladder only. Not anvil combining, not villager book trades, not loot enchants. Treasure enchants like Mending still do not come from the table on your world.
Sources
- Minecraft Wiki. Enchanting table mechanics.
- Enchantments FAQ.
Quick answers
More: Enchantments FAQ
How I calculated it
Wiki Enchanting table mechanics: max active shelves = 15. Ladder from max base level 8 + b + ⌊b/2⌋. What I added: shelf-by-shelf ladder table + the “15th shelf is the last that matters” punch line. Lock: enchant_bookshelf_ladder.json.


