Raspberry Pi Zero 2 W
The Raspberry Pi Zero 2 W is a quad-core ARM Cortex-A53 Linux computer the size of a stick of gum, with WiFi, Bluetooth, a camera connector, and HDMI output for around fifteen dollars. It runs the same Raspberry Pi OS as the Pi 5, making it the smallest and cheapest way to run a full Linux stack.
Best ultra-cheap Linux board for headless services, skip if you need USB ports, Ethernet, or significant compute power.
Where to Buy
Pros
- Quad-core Cortex-A53 at 1GHz runs full Linux at a fraction of the Pi 5's price
- 65 x 30mm footprint — smallest Linux computer with WiFi in this comparison
- CSI camera connector for surveillance, timelapse, and machine vision projects
- 40-pin GPIO header — same pinout as full-size Raspberry Pi
Cons
- Only 512MB RAM — barely enough for modern Linux, no room for heavy applications
- Micro-USB for data and power — no USB-A ports, no USB-C
- WiFi 802.11 b/g/n (2.4GHz only) and BLE 4.2 — outdated wireless
- Single-core performance limits at 1GHz feel sluggish for interactive use
The $15 Linux Computer
The Zero 2 W runs the same Raspberry Pi OS (Debian Linux) as the Pi 5 — same apt packages, same Python, same systemd services. The difference is raw performance: the Cortex-A53 at 1GHz is roughly 5x slower than the Pi 5's Cortex-A76 at 2.4GHz, and 512MB RAM limits what you can run simultaneously.
For single-purpose headless servers — Pi-hole, WireGuard VPN, MQTT broker, or a simple web server — the Zero 2 W handles the job at a fraction of the cost and size of a full Pi 5. The constraints force simplicity, which is often a feature.
Full Specifications
Processor
| Specification | Value |
|---|---|
| Architecture | ARM Cortex-A53 |
| CPU Cores | 4 |
| Clock Speed | 1000 MHz |
Memory
| Specification | Value |
|---|---|
| Flash | 0 MB |
| SRAM | 0 KB |
| ram_gb | 0.512 GB |
| ram_type | LPDDR2 |
| storage | MicroSD |
Connectivity
| Specification | Value |
|---|---|
| WiFi | 802.11 b/g/n |
| Bluetooth | 4.2 |
I/O & Interfaces
| Specification | Value |
|---|---|
| GPIO Pins | 40 |
| USB | Micro-USB OTG + Micro-USB (power) |
| display_output | Mini-HDMI (1080p) |
| Camera Interface | MIPI CSI-2 |
Power
| Specification | Value |
|---|---|
| Input Voltage | 5 V |
| power_draw | 0.4-1.5 W |
Physical
| Specification | Value |
|---|---|
| Dimensions | 65 x 30 mm |
| Form Factor | Raspberry Pi Zero (compact) |
Who Should Buy This
Pi-hole uses under 100MB RAM. The Zero 2 W runs it perfectly. WiFi connects to your network. Headless setup means you never plug in a monitor. Costs less than a year of ad-blocker subscriptions.
CSI camera connector for a Pi Camera Module. WiFi streams video. 65x30mm fits in tiny enclosures. Quad-core handles motion detection and recording simultaneously.
512MB RAM is insufficient for Home Assistant with more than a handful of integrations. The Pi 5 (4GB) handles this properly with room to grow.
Better alternative: Raspberry Pi 5 (4GB)
Frequently Asked Questions
Raspberry Pi Zero 2 W vs Pico W: what is the difference?
The Zero 2 W runs Linux (quad-core Cortex-A53, 512MB RAM, full OS). The Pico W is a microcontroller (dual-core Cortex-M0+, 264KB SRAM, bare-metal or MicroPython). Use the Zero for tasks needing Linux packages; use the Pico for low-power embedded control.
Can the Zero 2 W run Docker?
Technically yes, but 512MB RAM makes it impractical. A single container might work for a lightweight service, but multi-container deployments will swap constantly. Use the Pi 5 (4GB+) for Docker.
Is 512MB enough for anything useful?
Yes — for single-purpose headless servers. Pi-hole uses ~100MB, WireGuard uses ~50MB, a basic web server uses ~100MB. The problem is running multiple services simultaneously or using a desktop GUI, which alone consumes 300MB+.
Why Micro-USB instead of USB-C?
The Zero 2 W was designed for cost minimization. Micro-USB is cheaper than USB-C. The trade-off is fewer accessories and no USB-C PD. Power via the Micro-USB power port; data via the Micro-USB OTG port (requires an OTG adapter for USB devices).
Can I use the Zero 2 W as a retro gaming console?
Yes. RetroPie runs on the Zero 2 W for NES, SNES, Game Boy, and early PlayStation emulation. The quad-core handles these systems adequately. N64 and newer systems will struggle with the limited CPU and RAM.