---
title: "How to Make a Bed in Minecraft"
description: "The recipe, the wool and colour rules, every message the game shows when it refuses to let you sleep, and the sleep gamerule that was renamed."
url: "https://www.gameserverkings.com/knowledge-base/minecraft/how-to-make-a-bed/"
category: "Minecraft"
category_url: "https://www.gameserverkings.com/knowledge-base/minecraft/"
published: "2026-09-12T09:19:30.001Z"
updated: "2026-09-12T09:21:39.799Z"
source_format: "markdown"
site: "GameServerKings"
---

# How to Make a Bed in Minecraft

A bed is three wool and three wooden planks, and you can have one about ninety seconds after you meet your first sheep. That is the entire recipe, and it is in the next section if that is all you came for.

The reason this page runs longer than one crafting grid is that a bed does four separate jobs, and most questions are about the other three. A bed passes the night. A bed sets your respawn point. A bed stops phantoms. And a bed detonates — harder than TNT — if you try to sleep in the Nether or the End. On a shared world there is a fifth problem: by default *every* player in the Overworld must be in bed before the night passes, which is why a busy server never sees a sunrise.

So this page covers the recipe, the colour rules, every message the game shows when it refuses to let you sleep, the explosion, and the one gamerule that fixes night-skipping on a shared world. Everything below was read out of the current game's own data, not copied from an older guide.

> [!NOTE] Checked against Java Edition 26.2 on 12 September 2026
> 26.2 ("Chaos Cubed") shipped on 16 June 2026 and is the current release. Where Bedrock Edition behaves differently — and for beds it often does — that is called out inline. Bedrock's current release is 26.45. Anything described as arriving in 26.3 is not in the game yet.

## The bed recipe

Beds are crafted on a 3×3 crafting table grid, not in the 2×2 inventory grid, so you need a crafting table first.

```
Row 1:  (empty)  (empty)  (empty)
Row 2:  Wool     Wool     Wool
Row 3:  Planks   Planks   Planks
```

Three wool across the middle row, three wooden planks across the bottom row. That gives you one bed.

Two rules about the ingredients are worth knowing, because they are the reverse of what people assume:

- **The three wool must all be the same colour.** Mixed wool will not craft.
- **The three planks do not have to match at all.** Any plank type works, and you can mix them freely — one oak, one birch, one bamboo is a perfectly legal bed.

Wool comes from shearing sheep, which is the renewable route and leaves the sheep alive to regrow it. You can also craft wool from four string, which is the spider-drop route if you have no sheep yet.

## Colours, dyeing and re-dyeing

There are **16 bed colours**, matching the 16 wool colours: white, light grey, grey, black, brown, red, orange, yellow, lime, green, cyan, light blue, blue, purple, magenta and pink.

You do not have to get the colour right the first time. Since 1.20, **a bed of any colour can be re-dyed to any other colour** by combining the bed with the dye you want. Early versions only allowed dyeing white beds, which is why older guides tell you to dye the wool before crafting. You no longer need to.

Bleach can strip a dyed bed back to white, but bleach only exists in Bedrock and Education editions — there is no Java equivalent, so on Java you re-dye rather than reset.

If you would rather not craft one at all, beds generate naturally: a red bed in every igloo, assorted colours in village houses depending on the village's biome, and randomly-coloured beds in [trial chambers](/knowledge-base/minecraft/trial-chambers/). The `entrance_1` room of a trial chamber always has a purple bed whose colour is never randomised.

## What a bed actually does

**It passes the night.** Sleeping sets the time to sunrise and clears rainy or snowy weather. You lie in the bed for 101 ticks — about 5 seconds — and then the time skips. Sleeping does *not* speed up anything else: crops do not grow faster, furnaces do not smelt faster.

**It sets your respawn point.** Using a bed saves its position as your spawn, and this happens even in daytime when you cannot sleep — a daytime right-click sets spawn without putting you in the bed. You get "Respawn point set" in chat. The game only checks for the bed at the moment you respawn, so you can break and replace the bed, or even rotate it, and still spawn there as long as a bed occupies that spot.

**It stops phantoms.** Go three in-game days without sleeping or dying and phantoms start spawning on you. On Java you can check this against the "Time Since Last Rest" statistic — over 1.00 h and you are due.

**It is bouncy.** Falling onto a bed bounces you with 75% of the impact velocity and halves your effective fall distance, so you take slightly under half normal fall damage. That 75% figure is new in 26.2; it was 66% before, and was raised to match Bedrock.

## Why your bed will not let you sleep

This is the part most pages skip. The game gives you a specific message for each refusal, and each one has a different fix.

| Message (Java) | What is wrong |
|---|---|
| "You can sleep only at night or during thunderstorms" | It is too bright. You need internal sky light 11 or below — roughly ticks 12523–23477 in clear weather, or 12002–23998 when raining. During a thunderstorm you can sleep at any hour, in any biome, including a desert that never rains. |
| "You may not rest now, the bed is too far away" | You are in reach to click it but not to sleep in it. You must be within **3 blocks** on Java, **2 blocks** on Bedrock. |
| "You may not rest now; there are monsters nearby" | A hostile mob is within **8 blocks horizontally and 5 blocks vertically** of the bed's *head*. Kill it, wall it out, or light the area. |
| "This bed is occupied" | Another player is in it. You can still sleep in a bed a villager is using — the villager gets evicted. |
| "This bed is obstructed" | There is nowhere safe to put you when you wake. Usually caused by clicking the bed from underneath, or by burying it. |
| "No amount of rest can pass this night." | Server-side: the sleep percentage gamerule is set above 100, which disables night-skipping entirely. See below. |

Two more that give no message at all: a waterlogged bed on Bedrock silently does nothing unless you have Water Breathing or Conduit Power, and **taking any damage wakes you instantly** — so you cannot sleep while on fire, poisoned or starving, because the damage lands before you fall asleep.

> [!WARNING] Wrong dimension means a power-5 explosion
> Sleeping only works in the Overworld. Use a bed in the Nether or the End and it **explodes and sets fire to the surrounding blocks and to you**. The blast has power 5 — stronger than TNT at 4, though weaker than a charged creeper or end crystal at 6 — and it is centred on the head of the bed. The death message is the notorious "was killed by [Intentional Game Design]". A bed that explodes does *not* set your spawn point. On Bedrock only, `/gamerule respawnBlocksExplode false` suppresses the blast; the bed still refuses to work, it just stops killing you. Java has no equivalent switch. To respawn in the Nether you want a respawn anchor instead: charge it with glowstone blocks, up to 4 charges, and each death consumes one. An anchor is not a fallback for a missing bed — whichever you used last is the one that counts.

## Skipping the night on a multiplayer server

On a server, the default is unforgiving: **all** players in the Overworld must be asleep simultaneously. One person AFK in a mineshaft blocks the sunrise for everyone. Villagers sleeping does not help; only players count.

The fix is a single gamerule:

```
/gamerule players_sleeping_percentage 50
```

That is the percentage of Overworld players who must be in bed for the night to pass. The default is **100**. Set it to `1` and effectively one sleeper skips the night for everyone. Set it to `0` and you still need at least one player asleep — zero does not skip the night automatically. Set it above `100` and night-skipping is switched off, which is when players start seeing "No amount of rest can pass this night."

> [!TIP] The gamerule was renamed — most guides still show the old name
> Since **1.21.11** every gamerule moved into a registry and was renamed from camelCase to snake_case. The name is now `players_sleeping_percentage` (formally `minecraft:players_sleeping_percentage`). Nearly every guide and video still shows `playersSleepingPercentage`, which is what it was called from 1.17 up to 1.21.10. On Bedrock it has always been the lowercase `playerssleepingpercentage`. Changing it needs permission level 2, so you need op or console access — see [Minecraft Server Commands: The Complete Op & Admin List](/knowledge-base/minecraft/admin-commands/) and, if you are setting a world up from scratch, [Getting started with your Minecraft server](/knowledge-base/minecraft/java-getting-started/). If you are running a world for friends and want console access without hosting it on somebody's desktop, a [managed Minecraft server](/games/minecraft/) gives you that.

## Straw beds are coming in 26.3

26.3 "Wilderness Bound" lands on **15 September 2026** and adds a second kind of bed worth knowing about, because it solves a real annoyance: the **straw bed** is single-use and **does not touch your respawn point**.

You craft four straw beds from three hay bales. Sleep in one and it breaks and drops nothing once you get up. Crucially, it lets you pass the night while exploring without dragging your spawn away from your base. It also refuses to explode in the wrong dimension — used in the Nether or the End it just quietly destroys itself. Straw beds generate in the new abandoned camp structure, they are not bouncy, and villagers ignore them entirely.

This is not in 26.2. If you are on the current release, the block does not exist yet.

## What to Read Next

- [Best Y-Level for Diamonds and Every Other Ore](/knowledge-base/minecraft/best-level-for-diamonds/) — where to dig once you have somewhere to sleep
- [Minecraft Trial Chambers](/knowledge-base/minecraft/trial-chambers/) — one of the structures beds generate in
- [How to Teleport in Minecraft](/knowledge-base/minecraft/how-to-teleport/) — the other way to get back to your base
- [Is Minecraft Crossplay?](/knowledge-base/minecraft/is-minecraft-crossplay/) — Java and Bedrock differ on bed range, explosions and bleach
- [Minecraft Server Commands: The Complete Op & Admin List](/knowledge-base/minecraft/admin-commands/) — for `/gamerule` and everything around it
- [Minecraft server.properties: The Complete Reference](/knowledge-base/minecraft/server-properties-reference/) — the settings that live outside gamerules
- [Getting started with your Minecraft server](/knowledge-base/minecraft/java-getting-started/) — if the world does not exist yet

---

Made with 💜 by GameServerKings
