Demand Response Load Shedding Calculator
On this page
Calculate
Enter the present electrical demand before any shedding — match the Power Unit selected below
Enter the desired demand limit during the event — match the Power Unit selected below
Enter the total load that can be curtailed or shed during the event — match the Power Unit selected below
Select the power unit used for all three inputs above — W, kW, or MW
Overview
Need to know whether your shed portfolio can actually hit the target?
This page gives a quick math-based answer. Enter current demand, target demand, and available shed load, and it shows how much curtailment is required, what demand remains after shedding, and whether the target is missed, barely met, or covered with real operating margin.
This calculator estimates whether available load shedding is sufficient to reach a target demand. It does not decide which loads should be shed first, how long curtailment can last, or how occupants or processes will react. Use the result as a first-pass shedding-capability screening estimate, then verify with site-specific controls logic, operating rules, and event requirements.
How to Use This Calculator
Enter the current demand — type the present electrical demand before shedding.
Enter the target demand — type the desired demand limit for the event.
Enter the available shed load — type the total load that can be curtailed.
Choose the power unit — select W, kW, or MW to match all three values entered above.
Click "Calculate" — get required shedding, available shedding, shed margin, required reduction %, and post-shed demand.
Review the result status — MAJOR SHORTFALL, PARTIAL SHORTFALL, MEETS TARGET, COMFORTABLE MARGIN, HIGH FLEXIBILITY, NO SHEDDING NEEDED, or NO LOAD.
Verify the shed plan — confirm that the shedding sequence and controls logic match this screening result.
This calculator uses the same power unit for all three inputs. If your values are in different units, convert them to a common unit before entering.
Inputs & Outputs
Inputs
- •Current Demand
- •Target Demand
- •Available Shed Load
- •Power Unit — Options: W, kW, MW
Outputs
- •Required Shedding (kW)
- •Available Shedding (kW)
- •Shed Margin (kW)
- •Required Reduction (%)
- •Post-Shed Demand (kW)
Formula
Calculator Formula
This calculator uses one fixed shed-sufficiency model. All internal calculations use kW.
Step 1: Convert all values to kW
If a value is entered in W:
Load_kW = Load_W / 1000
If a value is entered in kW:
Load_kW = Load_kW
If a value is entered in MW:
Load_kW = Load_MW × 1000
The same conversion is applied to Current Demand, Target Demand, and Available Shed Load.
Step 2: Calculate required shedding
Required_Shed_kW = max(Current_Demand_kW − Target_Demand_kW, 0)
Step 3: Apply available shedding
Applied_Shed_kW = min(Available_Shed_kW, Required_Shed_kW)
Step 4: Calculate post-shed demand
Post_Shed_Demand_kW = Current_Demand_kW − Applied_Shed_kW
Step 5: Calculate shed margin
Shed_Margin_kW = Available_Shed_kW − Required_Shed_kW
Step 6: Calculate coverage
If Required_Shed_kW > 0:
Coverage(%) = (Available_Shed_kW / Required_Shed_kW) × 100
If Required_Shed_kW = 0: Coverage is not used for classification.
Step 7: Calculate required reduction percentage
If Current_Demand_kW > 0:
Required_Reduction(%) = (Required_Shed_kW / Current_Demand_kW) × 100
Variables
| Variable | Meaning | Units |
|---|---|---|
| Current_Demand_kW | Present electrical demand before shedding | kW |
| Target_Demand_kW | Desired demand limit during the event | kW |
| Available_Shed_kW | Curtailable load available for the event | kW |
| Required_Shed_kW | Minimum shedding needed to reach the target | kW |
| Applied_Shed_kW | Shed amount actually used in this simplified model | kW |
| Post_Shed_Demand_kW | Resulting demand after applying available shedding | kW |
| Shed_Margin_kW | Extra available shedding above requirement, or shortfall if negative | kW |
| Coverage(%) | Available shedding relative to required shedding | % |
| Required_Reduction(%) | Percentage cut needed from current demand | % |
Decision Model
The result is classified by coverage when shedding is required.
| Status | Coverage Range |
|---|---|
| MAJOR SHORTFALL | Coverage < 70% |
| PARTIAL SHORTFALL | 70% ≤ Coverage < 100% |
| MEETS TARGET | 100% ≤ Coverage < 110% |
| COMFORTABLE MARGIN | 110% ≤ Coverage < 140% |
| HIGH FLEXIBILITY | Coverage ≥ 140% |
| NO SHEDDING NEEDED | Current demand already at or below target |
| NO LOAD | Current demand is zero |
What is Demand Response Load Shedding
Demand-response load shedding means cutting active electrical demand during an event so the site stays below a target limit or responds to a utility or grid request. In practice, that can mean trimming HVAC demand, pausing EV charging, reducing noncritical process loads, stepping down lighting, or dropping other curtailable loads. The core question during event planning is always the same: is the available shed capacity actually enough to reach the target?
This calculator answers that question directly. It does not decide which loads should be shed first, and it does not model rebound, comfort impact, process constraints, battery state of charge, or generator support. It only checks whether the total shed capacity is sufficient — a necessary first step before controls programming or event sequence design begins.
Coverage is the central metric. Coverage above 100% means the target is mathematically reachable in this simplified model. Coverage just above 100% is still a narrow pass. Coverage well above 100% means the shed portfolio has useful flexibility relative to the event target.
Key Facts
- Required shedding equals current demand minus target demand, but never less than zero.
- Coverage above 100% means the target is mathematically reachable in this simplified model.
- Coverage just above 100% is still a narrow pass in real event conditions.
- Doubling the gap between current demand and target doubles the required shedding.
- Shed margin is available shedding minus required shedding. Positive means headroom; negative means shortfall.
- W, kW, and MW inputs produce identical results after unit conversion to internal kW.
- This calculator checks shed sufficiency only — it does not choose which loads should be shed first.
- A zero target demand means full curtailment is being requested, which is rarely realistic for most events.
Applications
- Quick pre-event screening to check whether the available shed portfolio can reach a demand target.
- Comparing two or three shed scenarios side by side before detailed event planning.
- Early-stage demand-response program assessment when the target and portfolio are already identified.
- Educational illustration of how coverage, shed margin, and required reduction relate to each other.
- Verifying shed sufficiency arithmetic before entering results into a larger energy management plan.
- First-pass check for utility demand-response event participation readiness.
Example Calculation
Example Calculation
This example uses a medium-size commercial building before a utility event: 850 kW current demand, a 700 kW target, and 180 kW of noncritical loads that can realistically be shed.
Given:
- Current Demand = 850 kW
- Target Demand = 700 kW
- Available Shed Load = 180 kW
- Power Unit = kW
Step 1: Convert to kW (already in kW)
Current_Demand_kW = 850 kW
Target_Demand_kW = 700 kW
Available_Shed_kW = 180 kW
Step 2: Required shedding
Required_Shed_kW = max(850 − 700, 0) = 150 kW
Step 3: Applied shedding
Applied_Shed_kW = min(180, 150) = 150 kW
Step 4: Post-shed demand
Post_Shed_Demand_kW = 850 − 150 = 700 kW
Step 5: Shed margin
Shed_Margin_kW = 180 − 150 = 30 kW
Step 6: Coverage
Coverage = (180 / 150) × 100 = 120%
Step 7: Required reduction
Required_Reduction = (150 / 850) × 100 ≈ 17.6%
Results:
- Required Shedding = 150.00 kW
- Available Shedding = 180.00 kW
- Shed Margin = 30.00 kW
- Required Reduction = 17.6%
- Post-Shed Demand = 700.00 kW
- Status = COMFORTABLE MARGIN
Interpretation: The target is reachable with a practical operating buffer. That is a good screening result, but real event performance still depends on control timing, actual load response, and whether the listed shed loads are truly available when the event starts.
Standards & References
- U.S. Department of Energy — Demand Response and Time-Variable Pricing Programs — Official DOE source covering demand response program types, load curtailment strategies, and time-variable pricing frameworks applicable to commercial and industrial facilities.
- Federal Energy Regulatory Commission — Demand Response — FERC's regulatory framework for demand response in wholesale electricity markets, including Order 745 requirements for demand response compensation.
- NIST — Advancing Automated Demand Response Technology — NIST reference on automated demand response standards, OpenADR, and technology integration for real-time curtailment signaling. Practical note: These references are useful for understanding how demand response works in the field, how event curtailment is framed, and how automated response connects to real controls. This calculator is narrower: it only checks shed sufficiency against a target.
Limitations
- This calculator is a first-pass shed-sufficiency screening tool, not a full demand-response controls design or program compliance check.
- It does not decide which loads should be shed first, how to sequence curtailment, or which loads are safe to interrupt.
- It does not model rebound, comfort impact, occupant impact, process constraints, battery state of charge, or generator support.
- It does not replace full controls logic, operations review, utility program alignment, or demand-response financial analysis.
- Final event performance depends on controls behavior, actual load response, operating priorities, and utility program rules — none of which this calculator evaluates.
Common Mistakes to Avoid
- Treating available shed load as guaranteed real response — the full listed shed portfolio may not respond perfectly in a live event.
- Ignoring the gap between current demand and target demand — that gap drives the entire calculation.
- Assuming 101% coverage is a strong reserve — that is usually a tight pass with little operating margin.
- Entering zero target demand without noticing — that means full curtailment is being requested in this simplified model.
- Using the same power unit selector for inputs that were collected in different units — convert all values to a common unit before entering.
- Treating this calculator as a controls sequence design tool — it only screens whether total shed capacity is sufficient.
Frequently Asked Questions
What does this calculator do?
What is the formula for required shedding?
What does shed margin mean?
What does coverage mean?
What does NO SHEDDING NEEDED mean?
What happens if available shedding is zero?
Can I enter values in W or MW instead of kW?
Does this calculator prove demand-response compliance?
Frequently Used Together
Engineers often use these calculators in combination for complete project workflows:
Related Calculators
Explore similar calculators that might be useful for your project:
Every Electrical Formula. One Free Sheet.
NEC calcs, motor sizing & code coordination — one printable page.
- Instantly check voltage drop, ampacity & motor current
- Catch the 7 wiring errors that fail code inspections
- 12 design checks to run before submitting drawings
No spam. Unsubscribe any time.
Calculate
Enter the present electrical demand before any shedding — match the Power Unit selected below
Enter the desired demand limit during the event — match the Power Unit selected below
Enter the total load that can be curtailed or shed during the event — match the Power Unit selected below
Select the power unit used for all three inputs above — W, kW, or MW