Radxa Zero 3W Review UK 2026: 8GB Pi Zero Rival
What we liked
- Up to 8 GB LPDDR4 in a Pi Zero 2 W footprint — well beyond what the Pi Zero family offers
- Optional onboard eMMC (8 GB up to 64 GB) skips microSD reliability issues for permanent installs
- 40-pin GPIO with a Pi-compatible pinout — most HATs and ribbon-cable peripherals just work
- Wi-Fi 5 plus Bluetooth 5.0 onboard at the £18 entry tier
- Two USB-C ports (one USB 3.0 data, one USB 2.0 OTG that also delivers power) plus a mini-HDMI output
What we didn't
- Rockchip mainline kernel support lags well behind the Raspberry Pi Foundation — expect to track Radxa's Debian/Armbian builds
- UK stock is sporadic — the Pi Hut, Mouser UK, and OKdo carry it but variant availability swings month to month
- Quad A55 cores at 1.6 GHz are noticeably slower than the Pi 4 / Pi 5 — this is a Zero-class replacement, not a desktop
A Radxa Zero 3W review that actually answers the question most buyers are asking: with the Raspberry Pi Zero 2 W stuck at 512 MB of RAM and the Pi Foundation's stock still arriving in trickles, is this £18 Rockchip RK3566 board a credible Pi Zero alternative? For most headless projects, the answer is yes — with a few honest caveats about software polish.
Specifications
- SoC
- Rockchip RK3566 — quad-core Cortex-A55 @ up to 1.6 GHz
- GPU
- Mali-G52 2EE (OpenGL ES 3.2, Vulkan 1.1)
- RAM
- 1 / 2 / 4 / 8 GB LPDDR4 (choose at purchase, not user-upgradable)
- Onboard storage
- Optional 0 / 8 / 16 / 32 / 64 GB eMMC (factory-soldered)
- External storage
- microSD (UHS-I)
- Wireless
- Wi-Fi 5 (dual-band 802.11ac), Bluetooth 5.0
- Video out
- Mini-HDMI up to 1080p60
- USB
- 1× USB 3.0 (Type-C, data) + 1× USB 2.0 OTG (Type-C, data + power)
- Ethernet
- None onboard — USB adapter or HAT required
- GPIO
- 40-pin header, Raspberry Pi-compatible pinout
- Form factor
- 65 × 30 mm — matches the Raspberry Pi Zero 2 W
- Operating systems
- Debian, Ubuntu, Armbian, Radxa OS
What it actually is
The Zero 3W is Radxa's direct answer to the Raspberry Pi Zero 2 W — same 65 × 30 mm board outline, same 40-pin GPIO header pinout, same mounting holes. Where it diverges is the silicon and the configurability. Inside is a Rockchip RK3566, a quad-core Cortex-A55 at 1.6 GHz with a Mali-G52 GPU, in a package that supports up to 8 GB of LPDDR4 and up to 64 GB of factory-soldered eMMC. That makes it the only board in the Pi Zero size class in 2026 you can spec with serious memory headroom and reliable solid-state storage in one shot.
It is not a Pi 4 or Pi 5 substitute. The A55 cores are efficient but not fast, and there is no PCIe, no gigabit Ethernet, and no dual-display output. Treat it as a Pi Zero that has finally been given enough RAM to run modern containers, not as a desktop replacement.
Performance you can expect
Single-thread performance from the A55 sits roughly where a Pi 3B+ does — comfortably ahead of the original Pi Zero W, a step behind the Pi 4. Where the Zero 3W pulls clear of every Pi Zero is in available memory: an 8 GB variant can host a full Home Assistant container, a Mosquitto broker, a Frigate-lite NVR, and a Tailscale node simultaneously without swapping to microSD.
The Mali-G52 has working KMS drivers and accelerated video decode for H.264, H.265, and VP9 up to 4K — fine for a kiosk or a small media frontend, though the mini-HDMI is capped at 1080p60 so 4K output is not on the table here. Encoding offload is also present but the toolchain (rkmpp, ffmpeg-rockchip) is less plug-and-play than the Raspberry Pi's libcamera/v4l2 path.
Hardware and I/O
The two USB-C ports are the layout choice that most affects daily use. The first is USB 3.0 and data-only — this is where you plug in a USB SSD, a software-defined radio dongle, or a USB-to-Ethernet adapter. The second is USB 2.0 OTG and accepts the 5 V power supply, so a single cable handles both power and (slow) data when the board is connected to a host.
The 40-pin GPIO header is Pi-compatible at the pinout level. Most HATs and ribbon-cable peripherals will work, but check the HAT vendor's listing for explicit Radxa or RK3566 support — kernel drivers for niche I²C and SPI devices sometimes need to be pulled in manually on Radxa OS where they ship out of the box on Raspberry Pi OS.
One small irritation: the camera connector is a 22-pin MIPI-CSI rather than the Pi's older 15-pin layout, so a Pi camera module will need an adapter cable. Radxa sells a matching official camera, but third-party Pi camera reuse is fiddlier than on a Pi Zero 2 W.
Linux support and software
This is where you have to be honest with yourself before buying. Radxa publishes vendor-maintained Debian and Ubuntu images for the Zero 3W and Armbian has solid community support — but mainline Linux kernel coverage for the RK3566 still lags the Raspberry Pi Foundation's by a wide margin. Most things work, but when something does not, the answer is more often "wait for the next Radxa BSP release" than "there's a forum thread from yesterday with the fix."
For pre-built application stacks the picture is improving. Home Assistant OS does not yet ship a first-class Radxa Zero 3W image, but the supervised install on Debian works reliably. Docker, Tailscale, Pi-hole, AdGuard Home, and Frigate-lite all run without surprises on the vendor Debian build. The Linux ecosystem assumes Raspberry Pi by default, so plan to spend an evening reading the Radxa documentation before your first install.
When the Zero 3W is the right pick
The Zero 3W earns its place in a specific bracket: projects that have outgrown the Pi Zero 2 W's 512 MB ceiling but do not justify a full Pi 4. Concretely:
- Self-hosted utilities — Pi-hole or AdGuard Home for a house, a Tailscale exit node, a Cloudflare Tunnel relay. The 8 GB variant has headroom to add containers without rebuilding the SD card later.
- Home Assistant satellites — distributed sensors and remote actuators that report back to a central HA instance, where you want enough RAM to keep MQTT, Bluetooth Proxy, and a few add-ons online.
- Headless dev boxes — small build agents, CI runners for IoT firmware, or a perpetually-running ssh target with a real filesystem on eMMC instead of microSD.
- Kiosk and digital signage — 1080p video out, Wi-Fi, and a USB 3.0 port for an external storage drive is plenty for most lobby displays.
For the broader Pi-alternative landscape — including the Radxa Rock 5B, Orange Pi 5 Plus, and Khadas VIM4 — see our best Raspberry Pi alternatives in the UK guide. If you are weighing the Zero 3W against a low-power x86 mini-PC for a Saturday home-server build, the Raspberry Pi home server weekend build guide walks through the same trade-offs at a higher RAM budget.
Where it falls short
Three honest weaknesses. First, there is no onboard Ethernet — even a Pi Zero 2 W has the same gap, but it is worth saying out loud before you order one for a wired-only deployment. Second, RAM and eMMC are factory-soldered choices: pick the wrong tier at checkout and your only upgrade path is a new board. Third, Rockchip's mainline kernel and the Raspberry Pi Foundation's are not playing the same game — RPi gets new features faster, has bigger community visibility, and ships polished first-party software for niche use cases the RK3566 community is still catching up on.
UK retail stock is the other practical caveat. The Pi Hut, OKdo, and Mouser UK all list the Zero 3W but variant-by-variant availability is uneven — if you specifically need the 8 GB / 64 GB eMMC SKU it is worth checking all three before placing an order.
Frequently asked questions
Q01Is the Radxa Zero 3W faster than a Raspberry Pi Zero 2 W?
Roughly comparable on single-thread workloads and a meaningful step up on memory-bound ones. The Zero 2 W's quad A53 at 1.0 GHz and the Zero 3W's quad A55 at 1.6 GHz benchmark close together per core, but the Zero 3W is the only one that can be specced with more than 512 MB of RAM — that is where the real-world difference shows up.
Q02Can I run Raspberry Pi OS on the Radxa Zero 3W?
No. Raspberry Pi OS is built specifically for Broadcom silicon used by the Raspberry Pi Foundation's boards. The Zero 3W runs Radxa's own Debian and Ubuntu images, plus Armbian, plus the vendor Radxa OS — all Debian-derived and similar in feel to Raspberry Pi OS, but not binary-compatible.
Q03Will my existing Raspberry Pi HATs work on the Zero 3W?
Most will, because the 40-pin GPIO header keeps the Pi pinout. Software support is the variable: HATs that rely only on basic GPIO, I²C, or SPI generally work out of the box, but more elaborate HATs that ship a Raspberry Pi-specific driver may need extra setup on Radxa's distributions.
Q04What does the Zero 3W cost in the UK?
The 1 GB / no eMMC entry SKU sits around £18 at the time of writing; an 8 GB / 64 GB eMMC top SKU is around £55. Add a USB-C power supply, a microSD card if you skip eMMC, and a mini-HDMI cable to get a working bench setup.
Q05Is the Zero 3W a good fit for Home Assistant?
As a satellite or a small dedicated instance, yes — particularly the 4 GB or 8 GB variants. As your main Home Assistant box running a busy household with Frigate object detection and many add-ons, prefer a Pi 5 or a small x86 mini-PC with more thermal headroom.