What Is a PDU? Power Distribution Unit Explained

A PDU, or power distribution unit, is a device that takes electricity from a single source and distributes it to multiple pieces of equipment. Think of it as a heavy-duty, purpose-built power strip designed for data centers, server rooms, and other environments where reliable power delivery is critical. PDUs range from simple multi-outlet strips to sophisticated units that let you monitor energy use and remotely control individual outlets.

The term “PDU” also has a completely separate meaning in networking, where it stands for protocol data unit. This article covers both, starting with the far more common usage.

How a Power Distribution Unit Works

A PDU sits between your facility’s power source (typically a battery backup system called a UPS) and the servers, switches, routers, and other equipment that need electricity. Its job is to take a single high-capacity power feed and split it into multiple outlets so each device gets a clean, reliable connection.

In many data centers, the setup has two tiers. Large floor-mounted PDUs contain transformers that step down high voltage and current to more usable levels. They then feed that power downstream to smaller rack-mounted PDUs, which are the strips mounted directly inside server cabinets. The rack-mounted units are what most IT professionals interact with day to day.

Types of PDUs

PDUs come in three main categories, each adding a layer of capability over the last.

Basic PDUs

A basic PDU distributes power from one input to multiple outlets, and that’s it. No screens, no data logging, no remote access. These work best in environments where power loads are stable and predictable, and where simplicity and reliability matter more than granular control. If you just need to plug in equipment and keep it running, a basic PDU does the job.

Metered PDUs

Metered PDUs add built-in displays or sensors that measure power consumption in real time, at both the unit level and the individual outlet level. This lets IT managers see exactly how much electricity each piece of equipment draws, spot overloaded circuits before they become a problem, and plan capacity more accurately. If you’re managing energy costs or need to balance loads across multiple racks, metered PDUs give you the visibility to do that.

Switched PDUs

Switched PDUs include everything a metered unit offers, plus remote control over each outlet. You can turn individual outlets on or off, reboot unresponsive equipment, and shed load during peak demand, all without physically walking to the rack. This is especially valuable for organizations managing equipment across multiple facilities or remote sites. If a server locks up at 2 a.m. in a data center across the country, a switched PDU lets you power-cycle it from your laptop.

Intelligent PDU Features

The most advanced PDUs, often called intelligent PDUs, bundle monitoring and switching with environmental awareness. They can incorporate temperature and humidity sensors inside the rack, alerting you when conditions drift outside safe ranges for your equipment. You set your own thresholds, and the PDU sends alarms when those limits are crossed.

Intelligent PDUs also support scheduled power cycling. If certain equipment sits idle during off-hours, you can program those outlets to shut down automatically and restart before the workday begins. Over hundreds of racks, this kind of automation meaningfully reduces energy consumption. Data center managers can access all of this through a network connection, making it possible to oversee power across an entire facility (or chain of facilities) from a single dashboard.

Voltage, Amperage, and Phase Options

Choosing the right PDU means matching it to your facility’s electrical infrastructure and the demands of your equipment. In North America, rack-level PDUs typically fall into a few common configurations.

Smaller setups use single-phase 120-volt input, with maximum input current ranging from 12 to 24 amps depending on the outlet type. Mid-range configurations step up to 208 volts, handling 16 to 45 amps. Larger, high-density deployments use three-phase 415-volt input, which the PDU converts down to 240-volt single-phase output at each outlet, supporting 24 to 40 amps.

One important detail: regardless of whether the input power is single-phase or three-phase, the output power delivered to your IT equipment is always single-phase. Three-phase input simply allows the PDU to handle more total power and distribute it more efficiently across its outlets.

Lifespan and Reliability

PDUs are long-lived pieces of infrastructure. A standard data center PDU built with industry-standard insulation is rated for roughly 20 years of operation. Some manufacturers use higher-grade insulation materials to push that to 40 years. In practice, many organizations replace PDUs earlier than their rated lifespan, either because their power requirements have outgrown the unit or because they want to upgrade to metered or switched models for better visibility.

PDUs certified for commercial use in the U.S. and Canada must meet safety standards that address electrical hazards, thermal protection, and (increasingly) the demands of liquid-cooled server environments, which are becoming more common in high-performance data centers.

PDU in Networking: Protocol Data Unit

In a completely different context, PDU stands for protocol data unit, a term from computer networking. A protocol data unit is simply the chunk of data that gets passed between layers of a network communication system. Each layer of the network stack wraps the data in its own header information before passing it down to the next layer, and the wrapped package at each level has its own name.

  • Layer 1 (Physical): bits or symbols, the raw electrical or optical signals on the wire
  • Layer 2 (Data Link): frames, which include hardware addresses for devices on the same local network
  • Layer 3 (Network): packets, which carry the IP addresses used to route data across the internet
  • Layer 4 (Transport): segments, which manage reliable delivery between two endpoints
  • Layer 7 (Application): simply called data, which is what the user’s application actually works with

When you send an email, for example, the message starts as application data, gets wrapped into a segment with delivery instructions, then into a packet with routing information, then into a frame with local network addresses, and finally transmitted as bits over a cable or wireless signal. Each of those wrapped packages is a PDU at its respective layer. The receiving device reverses the process, peeling off each layer’s header until the original message is recovered.

If you encountered “PDU” in a networking class or certification study guide, this is the meaning. Outside of that context, PDU almost always refers to the power distribution hardware described above.