Summon Zombie Villager
Spawn a zombie villager for potential curing
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Summons a zombie villager, which you can cure into a normal villager by hitting it with a Splash Potion of Weakness and feeding it a golden apple. Curing this way permanently lowers that villager's trade prices, so it is the basis of cheap-trade setups. Do the curing in a safe, lit enclosure so it survives daylight.
/summon zombie_villager ~ ~ ~29 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command and press Enter.
- A zombie villager appears and begins wandering.
Related commands
Spawn a zombie equipped with armor
/summon zombie ~ ~ ~ {equipment:{head:{id:"diamond_helmet",count:1}}}Spawn an armor stand for displaying equipment or decoration
/summon armor_stand ~ ~ ~Spawn a mob with a custom name displayed above its head
/summon zombie ~ ~ ~ {CustomName:'{"text":"Bob"}',CustomNameVisible:1b}