Demand Response Load Shedding Calculator

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

  1. Enter the current demand — type the present electrical demand before shedding.

  2. Enter the target demand — type the desired demand limit for the event.

  3. Enter the available shed load — type the total load that can be curtailed.

  4. Choose the power unit — select W, kW, or MW to match all three values entered above.

  5. Click "Calculate" — get required shedding, available shedding, shed margin, required reduction %, and post-shed demand.

  6. Review the result status — MAJOR SHORTFALL, PARTIAL SHORTFALL, MEETS TARGET, COMFORTABLE MARGIN, HIGH FLEXIBILITY, NO SHEDDING NEEDED, or NO LOAD.

  7. 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

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?
It checks whether the available shed-able load is enough to reduce current demand down to a target demand limit. It returns required shedding, shed margin, coverage percentage, required reduction percentage, and post-shed demand.
What is the formula for required shedding?
Required shedding equals current demand minus target demand, but never less than zero. If current demand is already at or below the target, required shedding is zero.
What does shed margin mean?
Shed margin is available shedding minus required shedding. A positive margin means extra available shedding above the requirement. A negative margin means the available shedding is not enough to reach the target.
What does coverage mean?
Coverage compares available shedding with required shedding. Above 100% means the target can be reached in this simplified model. Coverage just above 100% is still a narrow pass for real event conditions.
What does NO SHEDDING NEEDED mean?
It means current demand is already at or below the target, so no curtailment is required right now. Monitor demand and keep the shedding plan ready only if demand rises above the target.
What happens if available shedding is zero?
If shedding is required and available shed load is zero, the target cannot be reached in this model. The result will be MAJOR SHORTFALL because coverage will be 0%.
Can I enter values in W or MW instead of kW?
Yes. Select W or MW as the Power Unit and enter all three values in that unit. The calculator converts W, kW, and MW into the same internal kW basis before calculating.
Does this calculator prove demand-response compliance?
No. It is a screening tool. Real event compliance still depends on controls behavior, operating priorities, utility program rules, and actual field response — none of which this calculator evaluates.

Frequently Used Together

Engineers often use these calculators in combination for complete project workflows:

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.