The short version: a building management system looks after the environment your equipment sits in, and a power management system looks after the electricity feeding it. They get confused constantly — partly because both are described as "monitoring the infrastructure", and partly because some vendors sell them under one banner. But they cover different equipment, on different timescales, using different protocols, and they are usually owned by different engineers.
What a BMS Actually Does
A building management system controls and monitors mechanical plant. In a datacentre that means the cooling chain above all else: chillers, CRAC and CRAH units, pumps, valves, dampers, ventilation, and the sensors that tell it whether any of that is working. It holds temperature and humidity within a band, opens and closes things to get there, and raises an alarm when it cannot.
Its control loops are slow because the physics is slow. A room full of air and metal has real thermal mass, so a BMS can measure, adjust, and measure again over seconds or minutes and still be well inside the window in which anything bad would happen. That is a genuine luxury, and it shapes how the whole system is designed.
What a PMS Actually Does
A power management system watches the electrical chain from the incoming supply down to the rack: HV and LV switchgear, transformers, generators, UPS systems, automatic and static transfer switches, busbar, distribution boards and PDUs. It reports load, power quality, breaker states and transfer events, and it provides the record of what happened when something operated.
Electrical events do not wait for a control loop. Protection has to act in milliseconds or less — well before anything reaches a dashboard, let alone a person. So a PMS is less about closed-loop regulation and more about visibility, coordination, and forensics: knowing the state of the chain, understanding how a fault would propagate through it, and being able to reconstruct an event afterwards from time-stamped data.
You will also see this called an EPMS, for electrical power management system. In practice the two labels mean the same thing. EPMS is more common in datacentre specifications, which is partly a clarity choice — in hospitality and real estate, PMS means property management system.
Side by Side
What it manages
BMS
Mechanical plant and the building environment — chillers, CRAC and CRAH units, pumps, ventilation, humidity, containment, lighting
PMS
The electrical chain — HV and LV switchgear, transformers, generators, UPS, ATS and STS, busbar, PDUs, breakers
The question it answers
BMS
Is the space within its thermal and environmental limits, and is the plant working to keep it there?
PMS
Is power flowing safely, where is it going, and what happens at the next fault?
Timescale
BMS
Seconds to minutes — thermal mass is slow and control loops can afford to be
PMS
Milliseconds and below — protection operates faster than any human or dashboard
Typical protocols
BMS
BACnet/IP, BACnet MS/TP, Modbus, LonWorks
PMS
IEC 61850, Modbus, DNP3, SNMP
Who owns it
BMS
Mechanical and facilities engineering
PMS
Electrical engineering, often with the protection team involved
What failure looks like
BMS
Temperature drifts, humidity moves out of band, a hot spot forms — usually with some warning
PMS
A breaker trips, a transfer happens, a UPS goes to battery — typically without any
Why the Timescale Difference Matters So Much
This is the distinction that most often gets lost, and it has practical consequences. Because a BMS operates in seconds, polling architectures that would be hopeless in the electrical world are perfectly adequate. A fifteen-second poll on a chiller is fine. A fifteen-second poll will miss an entire transfer event on a static switch.
It follows that you cannot simply point a BMS at electrical equipment and call it a power management system. It will read the meters, and the numbers will look plausible, but the resolution is wrong for the questions you will eventually need to ask — which is usually some version of "what happened, in what order, in the two hundred milliseconds around that trip?"
Different Protocols, Different Worlds
The two systems grew up in different engineering traditions and it shows in the wiring. BMS equipment tends to speak BACnet, in either its IP or MS/TP form, with Modbus and occasionally LonWorks alongside it. Electrical equipment tends to speak Modbus, DNP3, or IEC 61850 — the last of which exists specifically because substation automation needed something with sub-cycle timing guarantees.
Neither vocabulary is a superset of the other, so joining them up is a translation job rather than a configuration one. That is most of the work in any BMS and PMS integration: normalising two protocol families, two naming conventions, and two sets of assumptions about how often a value is worth reading, into something a single platform can reason about.
The Failures Live on the Boundary
Cooling depends on power, and power draw depends on IT load, which itself depends on cooling holding up. When a chiller drops out because of an electrical fault, the BMS sees a mechanical failure and the PMS sees a breaker operate. Both are correct, neither is complete, and the engineer on call is left correlating two screens with two clocks under time pressure.
Where DCIM Fits
A third acronym usually arrives at this point. DCIM sits above both systems: it takes what the BMS and the PMS produce and correlates it with IT asset, capacity and space data, so that a power or thermal reading can be tied to the rack, the customer, or the workload it belongs to.
What DCIM generally is not is a control or protection system. It is the layer where you answer questions about capacity and attribution, not the layer that trips a breaker or stages a chiller. Treating it as a replacement for either system is a common and expensive category error.
Practical Questions Worth Asking
- Are both systems time-synchronised to the same source? Correlating events across them is impossible if they disagree about the clock.
- What resolution does each system actually log at, as opposed to display at?
- When a transfer or trip happens, which system holds the authoritative record?
- Who is called first for an alarm that could plausibly belong to either domain?
- Which alarms are duplicated across both systems, and does the duplication help or just double the noise?
None of these are exotic. They are the questions that decide whether an incident takes ten minutes or two hours to understand, and they are much easier to answer before an incident than during one.
A BMS keeps the environment inside its limits. A PMS keeps power flowing safely and tells you exactly what happened when it did not. Neither substitutes for the other, and the failures that cost the most tend to sit in the gap between them — which is the argument for integrating the two rather than running them as separate estates.