AI for utilities: where it works today, and what it needs
A practitioner survey of AI for utilities and energy management: the use cases delivering now, what each needs, the failure modes, and a governance checklist.
Most of what is written about AI for utilities is either a vendor promise or a warning. This is neither. It is a survey, from the practitioner's side, of where machine learning and language models are producing measurable results in utilities and energy management today, what each use case needs in order to work, and where the same tools fail in ways that matter to a regulated business. The International Energy Agency's own assessment is blunt on both counts: the energy sector can and should do more to seize the potential benefits of AI, but faces barriers including missing or inadequate access to data and digital infrastructure and skills, and persistent digital and physical security concerns, and the prevalence of AI-related skills is much lower in the energy sector than in other sectors.
The use cases below are ordered roughly by maturity. The pattern that runs through all of them is that the model is the easy part. The hard parts are clean historical data, a governance layer that knows what the model does not know, provenance for every output, and a human who reviews the ones that matter.
Where it is delivering
Document and bill data extraction
The most mature use case in energy management is reading documents: utility bills, interconnection agreements, tariff sheets, meter certificates. It is mature because the task is bounded, the ground truth is on the page, and the output can be checked arithmetically. Multimodal models that reason over a bill's layout, rather than matching a template, now read invoices from utilities they have never seen and return typed fields: periods, reads, consumption, demand, each rate line, taxes and adjustments. What makes it safe is the validation that follows: line items must sum to subtotals, reads must chain from the previous bill, and charges must recompute from the tariff. A field the model got wrong fails a check; it does not get paid. The comparison of manual entry, OCR and reasoning covers why template OCR does not scale to the thousands of bill layouts in North America.
In accounts payable more broadly, adoption is already the norm rather than the exception: Ardent Partners' 2025 research found that 75 percent of AP departments use some form of AI or automation. Utility invoices are the hard subset of that work because there is no purchase order to match against.
Meter data validation, estimation and editing
Utilities have run validation, estimation and editing (VEE) rules on meter data for decades. Machine learning adds two things: better estimates for gaps, because a model trained on the meter's own history and weather fills a missing interval more credibly than a straight-line rule, and anomaly detection that learns each meter's normal pattern instead of applying one fixed threshold to every account. On the customer side the same techniques catch stuck meters, wrong multipliers and estimated reads carried as fact. This works because interval data is plentiful, structured and numeric. It fails when the training history itself contains uncorrected errors, which the model then learns as normal.
Load, generation and price forecasting
Forecasting is where machine learning has the longest track record in utilities and the clearest economic case. The US Department of Energy's 2024 AI for Energy report lists improving variable renewable energy forecasting for solar, wind and run-of-river hydro, and improving demand forecasting using AI trained on historical weather, climate, economic and load data_043024.pdf) among the near-term grid opportunities. The IEA reaches the same conclusion, noting that AI can improve the forecasting and integration of variable renewable generation, reducing curtailment and emissions. For a facility or portfolio, the same models forecast next month's consumption and demand from history and weather, which is the basis of budgeting from bill data and of demand-charge management. The failure mode is drift: a model trained before an electrification project, a tenant change or a rate redesign forecasts the old building.
Outage and fault prediction
Grid operators are using classification models on outage history, asset condition, vegetation and weather to predict where faults will occur and how long restoration will take. The IEA reports that AI-based fault detection can help rapidly identify and precisely pinpoint grid faults, reducing outage durations by 30 to 50 percent, and that remote sensing with AI-based management could make up to 175 gigawatts of transmission capacity available without any new lines being built. The stakes are large: the DOE report notes that outages already cost American businesses $150 billion annually_043024.pdf). Peer-reviewed results are encouraging but dataset-specific; one study on a distribution utility's outage records reported a gradient-boosting model that predicted outage duration classes with 98.4 percent accuracy, against an 85.5 percent average for prior methods on different datasets. Read that as evidence the approach works on clean utility data, not as a number to expect on yours.
Customer service
Language models are answering billing, outage-status and program-eligibility questions in utility contact channels, and drafting agent responses. This is a real productivity gain with a specific risk: a fluent, wrong answer about a bill or a rate is a regulatory complaint. The UK regulator Ofgem published good-practice guidance on AI in the energy sector on 20 May 2025, updated in May 2026, and its consumer-interaction considerations focus on embedding explainability consistent with the risk profile and ensuring ongoing transparency to consumers about the use of AI. The practical rule is that a customer-facing model should answer from the customer's own account data and approved content, cite what it used, and hand off when its confidence is low.
Tariff, program and regulation question answering
Inside utilities, consultancies and large energy users, the same models are being pointed at tariff schedules, regulatory codes, incentive program rules and internal procedures so that staff can ask a question and get an answer with the source. This is where general-purpose models fail most expensively, because tariffs are precise, change several times a year, and vary by jurisdiction, and a model trained on the open internet will produce a confident answer that was true two rate orders ago. The approach that works is a governed, curated knowledge base with retrieval from the current documents, a confidence score, and a citation on every answer, which is the design described in trusted-domain AI for energy.
| Use case | Maturity | What it needs | How it fails |
|---|---|---|---|
| Bill and document extraction | High | Validation rules after extraction; source-page provenance | Unchecked fields; template drift on new layouts |
| Meter data VEE and anomaly detection | High | Clean interval history per meter; weather | Learning uncorrected errors as normal |
| Load, generation and price forecasting | High | Years of history; weather; known change events | Drift after building, tenant or tariff changes |
| Outage and fault prediction | Medium to high | Outage records, asset and vegetation data, weather | Dataset-specific accuracy; sparse asset data |
| Customer service assistants | Medium | Account data access; approved content; handoff rules | Fluent wrong answers on bills and rates |
| Tariff and regulation Q&A | Medium | Curated current documents; retrieval; confidence and citations | Stale or hallucinated tariff details |
What every use case needs
Clean historical data. The DOE report is candid that for grid assets, records may not exist, undocumented maintenance during outages may make the data inaccurate, and available data may suffer from completeness or formatting issues that render it unusable_043024.pdf). The same is true of a building portfolio's utility history: if the baseline year is PDFs and a spreadsheet with month labels instead of periods, no model can forecast from it. Data quality is the project; the model is a week at the end of it.
Governance. Someone must own which model is used for what, how it was tested, how it is monitored and who can override it. The NIST AI Risk Management Framework, released on 26 January 2023, organizes this into four functions, Govern, Map, Measure and Manage, and its Generative AI Profile published on 26 July 2024 addresses the risks specific to language models. Canada's federal Directive on Automated Decision-Making, in force since 1 April 2019, requires departments to test the data and the underlying model for accuracy and unintended bias before production, monitor outcomes on a schedule, and document human overrides, with impact levels that determine how much human involvement a decision needs. Neither binds a private utility directly, but both are a ready-made structure for one.
Provenance. Every output should carry where it came from: the bill page for an extracted field, the meter and period for a forecast input, the document section for a tariff answer. Without it, a reviewer cannot check the output in less time than it took to produce.
Human review, proportionate to risk. The DOE report lists human-in-the-loop oversight, rigorously validated systems, and physics-informed, explainable models_043024.pdf) among the prerequisites for AI on the grid. In practice this means routing the low-confidence outputs to a person and letting the high-confidence ones flow, and measuring both.
The failure modes to plan for
Hallucinated tariff and regulatory answers
The DOE report puts it plainly: foundation models have stochastic outputs and can produce hallucinations, outputs that seem authoritative but are factually incorrect_043024.pdf). A rate class, a ratchet percentage or a program deadline is exactly the kind of fact a general model will invent. The mitigation is architectural: retrieve from the current approved documents, refuse when nothing relevant is found, and attach a citation and a confidence score so the reader knows which answers to check.
Model drift
Forecasting and anomaly models decay as the world changes. An electrification project, a new tenant, a tariff redesign or a pandemic year each shift the relationship the model learned. Drift is managed with monitoring, scheduled retraining, and a log of known change events so that non-routine adjustments can be made deliberately rather than discovered as an unexplained error.
Privacy and data residency
Interval data reveals occupancy and behavior; customer account data is personal information under Canadian and provincial privacy law. Sending either to a third-party model endpoint outside the organization's control is a decision, not a default. The IEA lists digital and physical security concerns that often trump potential efficiency gains among the sector's barriers, and for regulated utilities that caution is appropriate. Deployment in the customer's own environment, or a sovereign hosted one, with the same controls that apply to any customer utility data, removes most of the objection.
Every use case above produces fluent, plausible output whether or not it is right. The difference between a useful system and a liability is not the model; it is whether each output carries a confidence score and a source, and whether the low-confidence ones reach a person before they reach a customer, a regulator or an invoice.
A governance checklist
- Confidence scores on every output, with a threshold below which a human reviews before anything is acted on
- Source citations: the bill page, meter and period, or document section behind each answer or extracted value
- A curated, versioned knowledge base for tariff and regulatory questions, with a refusal path when no relevant source exists
- Deterministic validation after extraction: arithmetic, continuity and tariff recomputation checks that do not depend on the model
- On-premise or sovereign deployment for customer account data and interval data, with documented data flows
- An audit trail of inputs, outputs, confidence, reviewer and override for every decision the system touched
- Monitoring for drift, with scheduled retraining and a log of known change events
- A named owner and a risk classification per use case, following NIST AI RMF or the Canadian directive's impact levels
How to evaluate a vendor
Give them your worst data, not their demo set. Three bills from utilities they have never seen. A meter with a known multiplier error. A tariff question whose answer changed in the last rate order. Then ask three things: what confidence did the system assign to each output, what source did it cite, and what happened to the ones it was unsure about. A vendor who cannot answer those questions is selling a model; a vendor who can is selling a governed system.
Frequently asked questions
Where is AI actually being used in utilities today?
The mature uses are document and bill data extraction, meter data validation and estimation, load and renewable generation forecasting, and outage and fault prediction. Customer service assistants and tariff or regulation question answering are in active use but need tighter governance, because a fluent wrong answer about a bill or a rate is a regulatory and financial problem.
What does machine learning need to work on utility billing data?
Structured, complete history: every bill field captured with real period dates and meter identifiers, at least a year of it, plus tariff tables and weather. Extraction models also need deterministic validation afterwards, so that arithmetic, meter-read continuity and tariff recomputation checks catch any field the model read wrong before it is paid.
Why do general AI models give wrong answers about tariffs?
Tariffs are precise, jurisdiction-specific and change several times a year, and a general model trained on the open internet has no way to know which version is current. The US Department of Energy notes foundation models can produce outputs that seem authoritative but are factually incorrect. Retrieval from curated current documents with citations and confidence scores is the fix.
What is trusted AI for energy?
An approach where the model answers only from a curated, governed knowledge base, returns a confidence score and source citations with every response, refuses when no relevant source exists, and runs in the customer's own or a sovereign environment. It is designed so a person can verify any answer quickly, which general chat models do not allow.
Which AI governance frameworks apply to utilities?
None is specific to utilities yet. The NIST AI Risk Management Framework (2023) and its Generative AI Profile (2024) are the common reference in North America; Canada's Directive on Automated Decision-Making applies to federal departments and offers a ready model of impact levels and human involvement; and Ofgem published good-practice AI guidance for the UK energy sector in 2025.
Should utility customer data be sent to a third-party AI service?
Only as a deliberate decision with documented data flows. Interval data reveals occupancy and behavior, and account data is personal information under privacy law. Deployment in your own environment or a sovereign hosted one, under the same controls applied to any customer utility data, removes most of the risk and most of the objection from security and legal teams.
- 1IEA (2025), Energy and AI, executive summary (barriers, fault detection, transmission capacity, forecasting)
- 2US DOE (April 2024), AI for Energy: Opportunities for a Modern Grid and Clean Energy Economy
- 3NIST AI Risk Management Framework and Generative AI Profile
- 4Treasury Board of Canada Secretariat: Directive on Automated Decision-Making
- 5Ofgem: Artificial intelligence in the energy sector guidance (May 2025, updated May 2026)
- 6Machine learning model development to predict power outage duration: a case study for electric utilities (peer-reviewed, 2024)
- 7WEX, citing Ardent Partners 2025: 75 percent of AP departments use AI or automation
Trusted-domain AI: confidence and provenance for energy
General models hallucinate. Energy decisions cannot afford that. How EnergyAI's Knowledge Trust Framework grounds every answer in curated, cited knowledge.
Handling customer utility data securely and compliantly
Utility data is personal information. A Canada-first guide to consent, PII, data minimization, encryption, retention, and frameworks like PIPEDA, SOC 2, and ISO 27001.
Getting clean data out of utility bills: manual entry vs OCR vs reasoning
Three ways to turn a stack of utility bills into usable data, and why the difference shows up the moment you scale past a handful of accounts. A practical comparison for anyone tired of re-keying bills.
Utility data collection
Customers and sites onboard themselves. Green Button authorizations, interval feeds and bill uploads are normalized into one program-ready dataset.
Data & platform
All articles in this category.
Consultants & auditors
How MartinAI applies to this sector.
Utility bill overpayment calculator
Estimate the billing errors a portfolio is likely carrying.
Energy data by location
Grid, utility and reporting facts for your province, state or city.