Skip to content
[/craft]
Summon Zombie Wearing Armor

Summon Zombie Wearing Armor

Spawn a zombie equipped with armor

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Spawns a zombie pre-equipped with a diamond helmet using entity NBT. Equipment items use the same 1.20.5+ data-component format as regular items. Change 'diamond_helmet' to any item ID or armor type (iron_chestplate, etc.).

/summon zombie ~ ~ ~ {equipment:{head:{id:"diamond_helmet",count:1}}}

How to use

  1. Java: open chat (T) and paste the command.
  2. Press Enter — a zombie wearing the armor spawns at your location.
  3. Bedrock: use /summon zombie, then /replaceitem to add armor afterward.

Related commands