newlook.dteenergy.com Open in urlscan Pro
204.124.153.109  Public Scan

Submitted URL: http://www.dteenergy.com/
Effective URL: https://newlook.dteenergy.com/wps/wcm/connect/dte-web/home
Submission: On January 19 via manual from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST

<form class="sign-in-box-pad" autocomplete="off" method="post">
  <div class="row">
    <div class="signInFontSm">
      <label class="hidden" for="modal-email">Email</label>
      <input title="User name" id="modal-email" type="text" name="username" aria-required="true" class="emailInputBox" onblur="signInEmailValidation()" onkeypress="submitLogin(event)" autocorrect="off" autocapitalize="off" placeholder="Email">
      <div class="signInUsername errorMessage errorMessageBlueBkg"> Please use a valid email address for your User ID (ex: name@email.com) </div>
    </div>
    <div class="signInFontSm">
      <label class="hidden" for="modal-password">Email</label>
      <input title="password" id="modal-password" type="password" name="password" aria-required="true" class="passwordInputBox fs-exclude" onblur="signInPasswordValidation()" onkeypress="submitLogin(event)" autocorrect="off" autocapitalize="off"
        maxlength="25" placeholder="Password">
      <div class="signInPassword errorMessage errorMessageBlueBkg"> Please provide the correct password. </div>
      <div class="signInServer errorMessage errorMessageBlueBkg"> The email or password you entered is incorrect. Please try again. </div>
      <div class="blankCredentials errorMessage errorMessageBlueBkg"> Please provide correct email and password. </div>
    </div>
  </div>
  <div class="row">
    <fieldset><label tabindex="0" for="signupRemember" class="remember-me-width checkbox-new">Remember Me<input type="checkbox" role="checkbox" id="signupRemember">
        <span class="checkmark"></span></label></fieldset>
  </div>
  <div class="row PADDT10PX">
    <button type="button" aria-role="button" id="jsonLogin" data-track="SIGNIN" data-track-detail="Sign In Header" data-track-action="Sign In" data-track-sub-action="Customer SignIn" class="btn btn-primary sign-in"
      onclick="signInEmailValidation(); signInPasswordValidation();">Sign In</button>
  </div>
  <div class="row PADDT10PX">
    <div class="col-xs-12 PADDB10PX PADDLR0">
      <a href="/wps/wcm/connect/dte-web/quicklinks/reset-password" class="font-12px" aria-label="Forgot password" id="problemsignin">Forgot Password</a>
    </div>
    <div class="col-xs-12 brdGrey_t PADDT10PX PADDLR0">
      <a aria-label="Create Online Account" title="Create Online Account" href="https://registration.dteenergy.com/" class="font-14px bold" id="register">Create Online Account<span class="bold right-angle pull-right"></span></a>
    </div>
  </div>
</form>

POST

<form method="post" autocomplete="off">
  <li>
    <div class="row no-margin">
      <div class="signInFontSm ">
        <label class="hidden" for="mobileEmailModal">Username</label>
        <input id="mobileEmailModal" title="Username" type="text" name="username-mobile" class="dte-white-bkg emailInputBox" onblur="signInEmailValidation()" autocorrect="off" autocapitalize="off" placeholder="Email">
        <div class="signInUsername errorMessage errorMessageBlueBkg"> Please use a valid email address for your User ID (ex: name@email.com) </div>
      </div>
      <div class="signInFontSm">
        <label class="hidden" for="mobilePasswordModal">Username</label>
        <input id="mobilePasswordModal" type="password" title="password" name="password-mobile" class="dte-white-bkg passwordInputBox" onblur="signInPasswordValidation()" autocorrect="off" autocapitalize="off" maxlength="25" placeholder="Password">
        <div class="signInPassword errorMessage errorMessageBlueBkg"> Please provide the correct password. </div>
        <div class="signInServer errorMessage errorMessageBlueBkg"> The email or password you entered is incorrect. Please try again. </div>
        <div class="blankCredentials errorMessage errorMessageBlueBkg">Please provide correct email and password.</div>
      </div>
    </div>
    <div class="row no-margin">
      <fieldset>
        <label tabindex="0" for="signupRemember-mobile" class="remember-me-width checkbox-new text-right">Remember Me<input type="checkbox" aria-role="checkbox" id="signupRemember-mobile">
          <span class="checkmark"></span></label>
      </fieldset>
    </div>
    <div class="row PADDT20PX no-margin">
      <button type="button" aria-role="button" id="signinbutton-mobile" data-track="SIGNIN" data-track-detail="Sign In Mobile" data-track-action="Sign In" data-track-sub-action="Customer SignIn Mobile" class="btn sign-in btn-primary"
        onclick="signInEmailValidation(); signInPasswordValidation();">Sign In</button>
    </div>
    <div class="row PADDT10PX text-left">
      <div class="col-xs-12 PADDB10PX PADDLR0">
        <a href="/wps/wcm/connect/dte-web/quicklinks/reset-password" class="font-12px" aria-label="Forgot password" id="problemsignin">Forgot Password</a>
      </div>
      <div class="col-xs-12 brdGrey_t PADDT10PX PADDLR0">
        <a aria-label="Create Online Account" title="Create Online Account" href="https://registration.dteenergy.com/" class="font-14px bold" id="register">Create Online Account<span class="bold right-angle pull-right"></span></a>
      </div>
    </div>
  </li>
</form>

POST

<form method="post" class="" autocomplete="off">
  <div class="row">
    <div class="signInFontSm">
      <label class="hidden">Email</label>
      <input title="username" id="inputEmailHome" type="text" name="username" class="emailInputBox" onblur="signInEmailHomeValidation()" autocorrect="off" autocapitalize="off" placeholder="Email">
      <div class="signInUsername-unauth errorMessage errorMessageBlueBkg"> Please use a valid email address for your User ID (ex: name@email.com) </div>
    </div>
    <div class="signInFontSm">
      <label class="hidden">Password</label>
      <input id="inputPasswordHome" title="password" type="password" name="password1" class="passwordInputBox fs-exclude" onblur="signInPasswordHomeValidation()" autocorrect="off" autocapitalize="off" maxlength="25" placeholder="Password">
      <div class="signInPassword-unauth errorMessage errorMessageBlueBkg"> Please provide the correct password. </div>
      <div class="signInServer-unauth errorMessage errorMessageBlueBkg"> The email or password you entered is incorrect. Please try again. </div>
      <div class="blankCredentials errorMessage errorMessageBlueBkg"> Please provide correct email and password.</div>
    </div>
  </div>
  <div class="row">
    <div class="checkbox signinbox-unauth col-xs-12 no-padding">
      <fieldset><label tabindex="0" for="signupRememberHome" class="remember-me-width checkbox-new">Remember Me<input type="checkbox" id="signupRememberHome">
          <span class="checkmark" data-gtm-vis-recent-on-screen-7045092_239="526" data-gtm-vis-first-on-screen-7045092_239="526" data-gtm-vis-total-visible-time-7045092_239="100" data-gtm-vis-has-fired-7045092_239="1"></span></label></fieldset>
    </div>
    <div class="signinbox">
      <button type="button" id="signinAndReloadHome" data-track="SIGNIN" data-track-detail="Sign In Home Page" data-track-action="Sign In" data-track-sub-action="Customer SignIn" class="btn btn-primary sign-in"
        onclick="signinAndReloadSubmitHome();">Sign In</button>
    </div>
  </div>
  <div class="row PADDT10PX">
    <div class="col-xs-12 PADDB10PX PADDLR0">
      <a href="/wps/wcm/connect/dte-web/quicklinks/reset-password" class="font-12px" aria-label="Forgot password" id="problemsignin">Forgot Password</a>
    </div>
    <div class="col-xs-12 brdGrey_t PADDT10PX PADDB10PX PADDLR0">
      <a aria-label="Create Online Account" title="Create Online Account" href="https://registration.dteenergy.com/" class="font-14px bold" id="register">Create Online Account<span class="bold right-angle pull-right" data-gtm-vis-recent-on-screen-7045092_239="531" data-gtm-vis-first-on-screen-7045092_239="531" data-gtm-vis-total-visible-time-7045092_239="100" data-gtm-vis-has-fired-7045092_239="1"></span></a>
    </div>
  </div>
</form>

POST

<form action="" id="hiddenForPayments" method="post" hidden="">
  <input type="text" name="accounts" id="allAccounts" title="payment Acounts">
  <input type="text" name="orgBp" id="orgBp" title="payment orgBp">
  <input type="text" name="redirectUrl" id="redirectUrl" title="payment redirect">
  <input type="text" name="custType" id="custType" title="customer Type">
  <button type="submit" id="submitpaymentsdata" title="payment submit data" role="button">Submit</button>
</form>

POST

<form action="" id="hiddenForEgain" method="post" hidden="">
  <input type="text" name="passwordAttempted" id="passwordAttempted" title="password attempted">
  <input type="text" name="registrationAttempted" id="registrationAttempted" title="registration attempted">
  <button type="submit" role="button" class="hidden">Submit</button>
</form>

POST

<form class="form-horizontal" id="loadingModelForm" method="POST">
  <div class="modal-body">
    <div id="loading_label" class="text-center font-xl fontface-light">Loading...</div>
  </div>
  <button type="submit" role="button" class="hidden">submit</button>
</form>

Text Content

Learn all about energy savings as you move through a virtual home.

Start Tour >
Residential
Business

 * Sign In
   * Email
     Please use a valid email address for your User ID (ex: name@email.com)
     Email
     Please provide the correct password.
     The email or password you entered is incorrect. Please try again.
     Please provide correct email and password.
     Remember Me
     Sign In
     Forgot Password
     Create Online Account
 * COVID-19
 * Help Center
 * Report a Problem
   * Police and Fire
   * 
   * Outage
   * 
   * Smell gas? Call 911 then DTE at 800.947.5000
 * 

Sign In

Residential
Business
 * Billing & Payment
   * back
   * My DTE
     * back
     * Make a Payment
     * My Current Bill
     * My Account History
     * My Profile & Preferences
     * My Payment Programs
     * My Payment Methods
     * My Rebate Status
     * Energy Usage Data
   * Manage your Account
     * back
     * Create Online Account
     * Guest Pay
     * Ways to Pay
     * Payment Programs
     * Understand Your Statement
     * Bill Inserts
     * Energy Usage
     * Misapplied Payment
   * * back
     * Billing Programs
     * Understanding Your Bill
     * Bill Inserts
     * Energy Usage
   * Energy Assistance
     * back
     * General Assistance
     * Low-Income Programs
     * Low-Income Self-Sufficiency Plan
     * Payment Agreement
     * Virtual Customer Assistance Days
     * Energy Assistance Agencies
     * Help Others
   * Property Management
     * back
     * Landlord Utility Management
     * Automatic Transfer of Service
 * * back
   * My DTE
     * back
     * Pay My Bill
     * My Current Bill
     * My Billing & History
     * My Profile & Preferences
     * My Payment Programs
     * My Payment Methods
     * Electric Usage Data
   * Manage your Account
     * back
     * Create Online Account
     * Guest Pay
     * Ways to Pay
     * Michigan General Sales Tax Exemption Information
   * Billing
     * back
     * Billing Programs
     * Understanding Your Bill
     * Bill Inserts
     * Energy Usage
   * Energy Assistance
     * back
     * General Assistance
     * Low-Income Programs
     * Low-Income Self-Sufficiency Plan
     * Payment Agreement
     * Virtual Customer Assistance Days
     * Energy Assistance Agencies
     * Help Others
   * Property Management
     * back
     * Landlord Utility Management
     * Automatic Transfer of Service
     * Commercial & Industrial
 * Outage
 * 
 * 
 * Service & Price
   * back
   * Electric
     * back
     * Electric Service
     * Modify Service
     * Outdoor Protective Lighting
     * Air Source Heat Pumps
     * New to Air Source Heat Pumps
     * Electric Choice
     * Electric Choice Suppliers
     * Rooftop Solar and Private Generation
     * Interconnection Process
     * Electric Usage & Rates Explained
     * Electric Pricing Options
     * Meters
     * Electric Vehicles (EV)
     * Service Reliability
     * Tree Trimming
   * Natural Gas
     * back
     * Natural Gas Services
     * Natural Gas Usage & Rates Explained
     * Modify Service
     * Switching to Natural Gas
     * Natural Gas Choice
     * Multifamily Services
     * Meters
     * System Improvements
   * Renewable Energy
     * back
     * MIGreenPower
     * Geothermal Systems
     * New to Geothermal Systems
     * Natural Gas Balance
   * Moving
     * back
     * Start or Stop Service
     * Order Tracker
     * Service Area Map
     * Letter of Credit Request
     * New Construction
   * Protection
     * back
     * Home Protection Plus
     * TreeGuard Assurance
     * Surge Protection
 * * back
   * Electric
     * back
     * Electric Service
     * Outdoor Protective Lighting
     * Electric Choice
     * Electric Choice Suppliers
     * Rooftop Solar and Private Generation
     * Interconnection Process
     * Electric Usage & Rates Explained
     * Electric Pricing Options
     * Meters
     * Electric Vehicles (EV)
     * Service Reliability
     * Tree Trimming
   * Natural Gas
     * back
     * Natural Gas Services
     * Natural Gas Usage & Rates Explained
     * Natural Gas Pricing Options
     * Switching to Natural Gas
     * Natural Gas Choice
     * Natural Gas Vehicles (NGV)
     * Multifamily Services
     * Meters
     * System Improvements
   * Renewable Energy
     * back
     * MIGreenPower
     * Natural Gas Balance
   * Moving
     * back
     * Start or Stop Service
     * Order Tracker
     * Business Security Deposit
   * Community Development
     * back
     * Economic Development
     * Energy for your Business
     * Pure MI Business Connect
 * Emergency & Safety
   * back
   * Emergency
     * back
     * Natural Gas Emergency
     * Electric Emergency
     * Police & Fire
   * * back
     * Outage Center
     * Report Outage
   * Safety
     * back
     * Electrical Safety
     * Natural Gas Safety
     * Reporting Contractor Injuries
   * Problems
     * back
     * Voltage Concerns
     * Energy Theft
     * Damages & Reliability Credits
     * Energy Fraud & Scams
     * Identity Theft
 * * back
   * Emergency
     * back
     * Natural Gas Emergency
     * Electric Emergency
     * Police & Fire
   * * back
     * Outage Center
     * Report Outage
   * Safety
     * back
     * Electrical Safety
     * Natural Gas Safety
     * Reporting Contractor Injuries
   * Problems
     * back
     * Voltage Concerns
     * Energy Theft
     * Damages & Reliability Credits
     * Energy Fraud & Scams
     * Identity Theft
 * Save Money & Energy
   * back
   * Get Started With
     * back
     * New To Energy Savings?
     * Free Products You Can Receive
     * A Home Energy Check-up
     * Limited Income Assistance
   * Rebates & Offers
     * back
     * Air Conditioners
     * Air Purifiers
     * Dehumidifiers
     * Furnaces
     * Insulation & Windows
     * Lighting
     * New Home Construction
     * Pool Pumps
     * Recycle Appliances
     * Room Air Conditioners
     * Thermostats (Wi-Fi)
     * Washers & Dryers
   * Smart Homes
     * back
     * Explore Smart Homes
     * About The DTE Insight App
     * Find Smart Home Products
   * Tips & How To's
     * back
     * Choosing Energy Efficient Appliances
     * Selecting the Right Lights
     * Insulating & Weatherizing Your Home
     * Finding Local Contractors Who Can Help
   * Interactive Home
     * back
     * Start Tour >
   * * back
 * * back
   * Start Saving
     * back
     * Ways to Save
   * Incentives
     * back
     * Compare Incentive Options
     * Prescriptive Incentives
     * Custom Incentives
     * New Construction
     * Michigan Saves
     * PACE
   * Programs & Offers
     * back
     * Thermostat
     * Building Operator Certification
     * Multifamily Program
     * Business Energy Consultation
     * Lighting Instant Discount Program
     * Retro-Commissioning Program
     * Food Service Instant Rebate Program
     * Find & Fix Gas Program
     * Find & Fix Compressed Air Program
   * Contractors
     * back
     * Find a Contractor
     * Become a Contractor
   * Self Directed Options
     * back
     * Electric
     * Natural Gas
   * Tips by Category
     * back
     * No Cost, Low Cost Tips
     * Appliances
     * Cooling Tips
     * Heating Tips
     * HVAC / Boilers
     * Lighting Tips
     * Lighting Advisor
     * Electronics
   * Tips by Business
     * back
     * Restaurant
     * Grocery
     * Health Care
     * Schools
     * Warehouse and Manufacturing
     * Lodging
 * DTE Impact & News
   * back
   * Our Impact
     * back
     * Helping People
     * Transforming Places
     * Protecting Our Planet
     * Making Progress
     * Sustainability
     * Corporate Sponsorships
   * News
     * back
     * Newsroom
     * DTE Energy Blog
     * Publications
     * Knowledge Center
   * DTE Energy Foundation
     * back
     * Our Focus
     * Our Giving Priorities
     * Grant Applications
     * Additional Giving
   * Environment
     * back
     * Environmental Policies
     * Pollution Prevention
     * Conservation
   * Renewable Energy
     * back
     * Introduction
     * Wind Energy
     * Solar Energy
     * Project Map
     * Green Bonds
   * Mobile Apps
     * back
     * DTE Energy Mobile App
     * DTE Insight App
 * * back
   * Our Impact
     * back
     * Helping People
     * Transforming Places
     * Protecting Our Planet
     * Making Progress
     * Sustainability
     * Corporate Sponsorships
   * News
     * back
     * Newsroom
     * DTE Energy Blog
     * Publications
     * Knowledge Center
   * DTE Energy Foundation
     * back
     * Our Focus
     * Our Giving Priorities
     * Grant Applications
     * Additional Giving
   * Environment
     * back
     * Environmental Policies
     * Pollution Prevention
     * Conservation
   * Renewable Energy
     * back
     * Introduction
     * Wind Energy
     * Solar Energy
     * Project Map
     * Green Bonds
   * Mobile Apps
     * back
     * DTE Energy Mobile App
     * DTE Insight App
 * About Us
   * back
   * Working at DTE
     * back
     * Careers
     * Energize Your Life (EYL)
     * Retirees
   * Company Information
     * back
     * About DTE
     * Executive Committee
     * Corporate Officers
     * DTE History
     * Corporate Governance
     * Investor Relations
     * Supply Chain
   * Electric & Gas Utilities
     * back
     * Fermi 2 Power Plant
   * Non-Utility Businesses
     * back
     * DTE Vantage
     * DTE Energy Services
     * DTE Energy Resources
     * DTE Biomass Energy
     * Energy Trading
     * Affiliated Businesses
 * * back
   * Working at DTE
     * back
     * Careers
     * Energize Your Life (EYL)
     * Retirees
   * Company Information
     * back
     * About DTE
     * Executive Committee
     * Corporate Officers
     * DTE History
     * Corporate Governance
     * Investor Relations
     * Supply Chain
   * Electric & Gas Utilities
     * back
     * DTE Gas Company Notices
     * Fermi 2 Power Plant
   * Non-Utility Businesses
     * back
     * DTE Vantage
     * DTE Energy Services
     * DTE Energy Resources
     * DTE Biomass Energy
     * Energy Trading
     * Affiliated Businesses
 * Help Center
 * Covid-19

 * Billing & Payment
 * * back
   * My DTE
     * back
     * Make a Payment
     * My Current Bill
     * My Account History
     * My Profile & Preferences
     * My Payment Programs
     * My Payment Methods
     * My Rebate Status
     * Energy Usage Data
   * Manage your Account
     * back
     * Create Online Account
     * Guest Pay
     * Ways to Pay
     * Payment Programs
     * Understand Your Statement
     * Bill Inserts
     * Energy Usage
     * Misapplied Payment
   * * back
     * Billing Programs
     * Understanding Your Bill
     * Bill Inserts
     * Energy Usage
   * Energy Assistance
     * back
     * General Assistance
     * Low-Income Programs
     * Low-Income Self-Sufficiency Plan
     * Payment Agreement
     * Virtual Customer Assistance Days
     * Energy Assistance Agencies
     * Help Others
   * Property Management
     * back
     * Landlord Utility Management
     * Automatic Transfer of Service
    * back
    * My DTE
      * back
      * Pay My Bill
      * My Current Bill
      * My Billing & History
      * My Profile & Preferences
      * My Payment Programs
      * My Payment Methods
      * Electric Usage Data
    * Manage your Account
      * back
      * Create Online Account
      * Guest Pay
      * Ways to Pay
      * Michigan General Sales Tax Exemption Information
    * Billing
      * back
      * Billing Programs
      * Understanding Your Bill
      * Bill Inserts
      * Energy Usage
    * Energy Assistance
      * back
      * General Assistance
      * Low-Income Programs
      * Low-Income Self-Sufficiency Plan
      * Payment Agreement
      * Virtual Customer Assistance Days
      * Energy Assistance Agencies
      * Help Others
    * Property Management
      * back
      * Landlord Utility Management
      * Automatic Transfer of Service
      * Commercial & Industrial

   
 * Outage
 * 
 * 
   
 * Service & Price
 * * back
   * Electric
     * back
     * Electric Service
     * Modify Service
     * Outdoor Protective Lighting
     * Air Source Heat Pumps
     * New to Air Source Heat Pumps
     * Electric Choice
     * Electric Choice Suppliers
     * Rooftop Solar and Private Generation
     * Interconnection Process
     * Electric Usage & Rates Explained
     * Electric Pricing Options
     * Meters
     * Electric Vehicles (EV)
     * Service Reliability
     * Tree Trimming
   * Natural Gas
     * back
     * Natural Gas Services
     * Natural Gas Usage & Rates Explained
     * Modify Service
     * Switching to Natural Gas
     * Natural Gas Choice
     * Multifamily Services
     * Meters
     * System Improvements
   * Renewable Energy
     * back
     * MIGreenPower
     * Geothermal Systems
     * New to Geothermal Systems
     * Natural Gas Balance
   * Moving
     * back
     * Start or Stop Service
     * Order Tracker
     * Service Area Map
     * Letter of Credit Request
     * New Construction
   * Protection
     * back
     * Home Protection Plus
     * TreeGuard Assurance
     * Surge Protection
    * back
    * Electric
      * back
      * Electric Service
      * Outdoor Protective Lighting
      * Electric Choice
      * Electric Choice Suppliers
      * Rooftop Solar and Private Generation
      * Interconnection Process
      * Electric Usage & Rates Explained
      * Electric Pricing Options
      * Meters
      * Electric Vehicles (EV)
      * Service Reliability
      * Tree Trimming
    * Natural Gas
      * back
      * Natural Gas Services
      * Natural Gas Usage & Rates Explained
      * Natural Gas Pricing Options
      * Switching to Natural Gas
      * Natural Gas Choice
      * Natural Gas Vehicles (NGV)
      * Multifamily Services
      * Meters
      * System Improvements
    * Renewable Energy
      * back
      * MIGreenPower
      * Natural Gas Balance
    * Moving
      * back
      * Start or Stop Service
      * Order Tracker
      * Business Security Deposit
    * Community Development
      * back
      * Economic Development
      * Energy for your Business
      * Pure MI Business Connect

   
 * Emergency & Safety
 * * back
   * Emergency
     * back
     * Natural Gas Emergency
     * Electric Emergency
     * Police & Fire
   * * back
     * Outage Center
     * Report Outage
   * Safety
     * back
     * Electrical Safety
     * Natural Gas Safety
     * Reporting Contractor Injuries
   * Problems
     * back
     * Voltage Concerns
     * Energy Theft
     * Damages & Reliability Credits
     * Energy Fraud & Scams
     * Identity Theft
    * back
    * Emergency
      * back
      * Natural Gas Emergency
      * Electric Emergency
      * Police & Fire
    * * back
      * Outage Center
      * Report Outage
    * Safety
      * back
      * Electrical Safety
      * Natural Gas Safety
      * Reporting Contractor Injuries
    * Problems
      * back
      * Voltage Concerns
      * Energy Theft
      * Damages & Reliability Credits
      * Energy Fraud & Scams
      * Identity Theft

   
 * Save Money & Energy
 * * back
   * Get Started With
     * back
     * New To Energy Savings?
     * Free Products You Can Receive
     * A Home Energy Check-up
     * Limited Income Assistance
   * Rebates & Offers
     * back
     * Air Conditioners
     * Air Purifiers
     * Dehumidifiers
     * Furnaces
     * Insulation & Windows
     * Lighting
     * New Home Construction
     * Pool Pumps
     * Recycle Appliances
     * Room Air Conditioners
     * Thermostats (Wi-Fi)
     * Washers & Dryers
   * Smart Homes
     * back
     * Explore Smart Homes
     * About The DTE Insight App
     * Find Smart Home Products
   * Tips & How To's
     * back
     * Choosing Energy Efficient Appliances
     * Selecting the Right Lights
     * Insulating & Weatherizing Your Home
     * Finding Local Contractors Who Can Help
   * Interactive Home
     * back
     * Start Tour >
   * * back
    * back
    * Start Saving
      * back
      * Ways to Save
    * Incentives
      * back
      * Compare Incentive Options
      * Prescriptive Incentives
      * Custom Incentives
      * New Construction
      * Michigan Saves
      * PACE
    * Programs & Offers
      * back
      * Thermostat
      * Building Operator Certification
      * Multifamily Program
      * Business Energy Consultation
      * Lighting Instant Discount Program
      * Retro-Commissioning Program
      * Food Service Instant Rebate Program
      * Find & Fix Gas Program
      * Find & Fix Compressed Air Program
    * Contractors
      * back
      * Find a Contractor
      * Become a Contractor
    * Self Directed Options
      * back
      * Electric
      * Natural Gas
    * Tips by Category
      * back
      * No Cost, Low Cost Tips
      * Appliances
      * Cooling Tips
      * Heating Tips
      * HVAC / Boilers
      * Lighting Tips
      * Lighting Advisor
      * Electronics
    * Tips by Business
      * back
      * Restaurant
      * Grocery
      * Health Care
      * Schools
      * Warehouse and Manufacturing
      * Lodging

   
 * DTE Impact & News
 * * back
   * Our Impact
     * back
     * Helping People
     * Transforming Places
     * Protecting Our Planet
     * Making Progress
     * Sustainability
     * Corporate Sponsorships
   * News
     * back
     * Newsroom
     * DTE Energy Blog
     * Publications
     * Knowledge Center
   * DTE Energy Foundation
     * back
     * Our Focus
     * Our Giving Priorities
     * Grant Applications
     * Additional Giving
   * Environment
     * back
     * Environmental Policies
     * Pollution Prevention
     * Conservation
   * Renewable Energy
     * back
     * Introduction
     * Wind Energy
     * Solar Energy
     * Project Map
     * Green Bonds
   * Mobile Apps
     * back
     * DTE Energy Mobile App
     * DTE Insight App
    * back
    * Our Impact
      * back
      * Helping People
      * Transforming Places
      * Protecting Our Planet
      * Making Progress
      * Sustainability
      * Corporate Sponsorships
    * News
      * back
      * Newsroom
      * DTE Energy Blog
      * Publications
      * Knowledge Center
    * DTE Energy Foundation
      * back
      * Our Focus
      * Our Giving Priorities
      * Grant Applications
      * Additional Giving
    * Environment
      * back
      * Environmental Policies
      * Pollution Prevention
      * Conservation
    * Renewable Energy
      * back
      * Introduction
      * Wind Energy
      * Solar Energy
      * Project Map
      * Green Bonds
    * Mobile Apps
      * back
      * DTE Energy Mobile App
      * DTE Insight App

   
 * About Us
 * * back
   * Working at DTE
     * back
     * Careers
     * Energize Your Life (EYL)
     * Retirees
   * Company Information
     * back
     * About DTE
     * Executive Committee
     * Corporate Officers
     * DTE History
     * Corporate Governance
     * Investor Relations
     * Supply Chain
   * Electric & Gas Utilities
     * back
     * Fermi 2 Power Plant
   * Non-Utility Businesses
     * back
     * DTE Vantage
     * DTE Energy Services
     * DTE Energy Resources
     * DTE Biomass Energy
     * Energy Trading
     * Affiliated Businesses
    * back
    * Working at DTE
      * back
      * Careers
      * Energize Your Life (EYL)
      * Retirees
    * Company Information
      * back
      * About DTE
      * Executive Committee
      * Corporate Officers
      * DTE History
      * Corporate Governance
      * Investor Relations
      * Supply Chain
    * Electric & Gas Utilities
      * back
      * DTE Gas Company Notices
      * Fermi 2 Power Plant
    * Non-Utility Businesses
      * back
      * DTE Vantage
      * DTE Energy Services
      * DTE Energy Resources
      * DTE Biomass Energy
      * Energy Trading
      * Affiliated Businesses

   
 * Help Center
 * Covid-19

 * Username
   Please use a valid email address for your User ID (ex: name@email.com)
   Username
   Please provide the correct password.
   The email or password you entered is incorrect. Please try again.
   Please provide correct email and password.
   Remember Me
   Sign In
   Forgot Password
   Create Online Account

 * Billing & Payment
   * My DTE
        
      * Pay My Bill
        
      * My Current Bill
        
      * My Billing & History
        
      * My Profile & Preferences
        
      * My Payment Programs
        
      * My Payment Methods
        
      * My Rebate Status
        
      * Electric Usage Data
     
     
     
     My DTE
        
      * Make a Payment
        
      * My Current Bill
        
      * My PrePay
        
      * My Account History
        
      * My Profile & Preferences
        
      * My Payment Programs
        
      * My Payment Methods
        
      * My Rebate Status
        
      * Energy Usage Data
     
     Manage your Account
        
      * Create Online Account
        
      * Guest Pay
        
      * Ways to Pay
        
      * Michigan General Sales Tax Exemption Information
     
     
     
     Manage your Account
        
      * Create Online Account
        
      * Guest Pay
        
      * Ways to Pay
        
      * Payment Programs
        
      * Understand Your Statement
        
      * Bill Inserts
        
      * Energy Usage
        
      * Misapplied Payment
     
     Billing
        
      * Billing Programs
        
      * Understanding Your Bill
        
      * Bill Inserts
        
      * Energy Usage
     
     
     
     Energy Assistance
        
      * General Assistance
        
      * Low-Income Programs
        
      * Low-Income Self-Sufficiency Plan
        
      * Payment Agreement
        
      * Virtual Customer Assistance Days
        
      * Energy Assistance Agencies
        
      * Help Others
     
     Energy Assistance
        
      * General Assistance
        
      * Low-Income Programs
        
      * Low-Income Self-Sufficiency Plan
        
      * Payment Agreement
        
      * Virtual Customer Assistance Days
        
      * Energy Assistance Agencies
        
      * Help Others
     
     
     
     Property Management
        
      * Landlord Utility Management
        
      * Automatic Transfer of Service
     
     Property Management
        
      * Landlord Utility Management
        
      * Automatic Transfer of Service
        
      * Commercial & Industrial
     
     
     
     
     
     Billing
        
      * Billing Programs
        
      * Understanding Your Bill
        
      * Bill Inserts
        
      * Energy Usage
 * Outage
   * 
 * Service & Price
   * Electric
        
      * Electric Service
        
      * Modify Service
        
      * Outdoor Protective Lighting
        
      * Air Source Heat Pumps
        
      * New to Air Source Heat Pumps
        
      * Electric Choice
        
      * Electric Choice Suppliers
        
      * Rooftop Solar and Private Generation
        
      * Interconnection Process
     
     Electric
        
      * Electric Service
        
      * Outdoor Protective Lighting
        
      * Electric Choice
        
      * Electric Choice Suppliers
        
      * Rooftop Solar and Private Generation
        
      * Interconnection Process
     
     
     
      
        
      * Electric Usage & Rates Explained
        
      * Electric Pricing Options
        
      * Meters
        
      * Electric Vehicles (EV)
        
      * Service Reliability
        
      * Tree Trimming
     
      
        
      * Electric Usage & Rates Explained
        
      * Electric Pricing Options
        
      * Meters
        
      * Electric Vehicles (EV)
        
      * Service Reliability
        
      * Tree Trimming
     
     
     
     Natural Gas
        
      * Natural Gas Services
        
      * Natural Gas Usage & Rates Explained
        
      * Modify Service
        
      * Switching to Natural Gas
        
      * Natural Gas Choice
        
      * Multifamily Services
        
      * Meters
        
      * System Improvements
     
     Natural Gas
        
      * Natural Gas Services
        
      * Natural Gas Usage & Rates Explained
        
      * Natural Gas Pricing Options
        
      * Switching to Natural Gas
        
      * Natural Gas Choice
        
      * Natural Gas Vehicles (NGV)
        
      * Multifamily Services
        
      * Meters
        
      * System Improvements
     
     
     
     Renewable Energy
        
      * MIGreenPower
        
      * Geothermal Systems
        
      * New to Geothermal Systems
        
      * Natural Gas Balance
     
     Renewable Energy
        
      * MIGreenPower
        
      * Natural Gas Balance
     
     
     
     Moving
        
      * Start or Stop Service
        
      * Order Tracker
        
      * Service Area Map
        
      * Letter of Credit Request
        
      * New Construction
     
     Moving
        
      * Start or Stop Service
        
      * Order Tracker
        
      * Business Security Deposit
     
     
     
     Protection
        
      * Home Protection Plus
        
      * TreeGuard Assurance
        
      * Surge Protection
     
     Community Development
        
      * Economic Development
        
      * Energy for your Business
        
      * Pure MI Business Connect
     
     
     
     
 * Emergency & Safety
   * Emergency
        
      * Natural Gas Emergency
        
      * Electric Emergency
        
      * Police & Fire
     
     Emergency
        
      * Natural Gas Emergency
        
      * Electric Emergency
        
      * Police & Fire
     
     
     
     Safety
        
      * Electrical Safety
        
      * Natural Gas Safety
        
      * Reporting Contractor Injuries
     
     Safety
        
      * Electrical Safety
        
      * Natural Gas Safety
        
      * Reporting Contractor Injuries
     
     
     
     Problems
        
      * Report a Problem
        
      * Voltage Concerns
        
      * Energy Theft
        
      * Damages & Reliability Credits
        
      * Energy Fraud & Scams
        
      * Identity Theft
     
     Problems
        
      * Report a Problem
        
      * Voltage Concerns
        
      * Energy Theft
        
      * Damages & Reliability Credits
        
      * Energy Fraud & Scams
        
      * Identity Theft
     
     
     
     
     
     
     Outage
        
      * Outage Center
        
      * Report Outage
     
     Outage
        
      * Outage Center
        
      * Report Outage
 * Save Money & Energy
   * Get Started With
        
      * New To Energy Savings?
        
      * Free Products You Can Receive
        
      * A Home Energy Check-up
        
      * Limited Income Assistance
     
     Start Saving
        
      * Ways to Save
        
      * Publications
     
     
     
     Rebates & Offers
        
      * Air Conditioners
        
      * Air Purifiers
        
      * Dehumidifiers
        
      * Furnaces
        
      * Insulation & Windows
        
      * Lighting
     
     Incentives
        
      * Compare Incentive Options
        
      * Prescriptive Incentives
        
      * Custom Incentives
        
      * New Construction
        
      * Michigan Saves
        
      * PACE
     
     
     
      
        
      * New Home Construction
        
      * Pool Pumps
        
      * Recycle Appliances
        
      * Room Air Conditioners
        
      * Thermostats (Wi-Fi)
        
      * Washers & Dryers
        
      * Water Heaters
     
     Programs & Offers
        
      * Thermostat
        
      * Building Operator Certification
        
      * Multifamily Program
        
      * Business Energy Consultation
        
      * Lighting Instant Discount Program
        
      * Retro-Commissioning Program
        
      * Food Service Instant Rebate Program
        
      * Find & Fix Gas Program
        
      * Find & Fix Compressed Air Program
     
     
     
     Smart Homes
        
      * Explore Smart Homes
        
      * About The DTE Insight App
        
      * Find Smart Home Products
        
      * Limited Income
        
      * New Homes
     
     Contractors
        
      * Find a Contractor
        
      * Become a Contractor
     
     Self Directed Options
        
      * Electric
        
      * Natural Gas
     
     
     Tips & How To's
        
      * Choosing Energy Efficient Appliances
        
      * Selecting the Right Lights
        
      * Insulating & Weatherizing Your Home
        
      * Finding Local Contractors Who Can Help
     
     Tips by Category
        
      * No Cost, Low Cost Tips
        
      * Appliances
        
      * Cooling Tips
        
      * Heating Tips
        
      * HVAC / Boilers
        
      * Lighting Tips
        
      * Lighting Advisor
        
      * Electronics
     
     
     
     Interactive Home
        
     
      * Learn all about energy savings as you move through a virtual home.
        
        Start Tour >
        
      * Lighting Selection Guide
        
      * Appliance Tips
        
      * Heating Tips
        
      * Cooling Tips
        
      * Electronics Tips
        
      * Water Heating Tips
     
     Tips by Business
        
      * Restaurant
        
      * Grocery
        
      * Health Care
        
      * Schools
        
      * Warehouse and Manufacturing
        
      * Lodging
     
     
     
     
     Shop Now
        
      * DTE Energy Marketplace
 * DTE Impact & News
   * Our Impact
        
      * Helping People
        
      * Transforming Places
        
      * Protecting Our Planet
        
      * Making Progress
        
      * Sustainability
        
      * Corporate Sponsorships
     
     Our Impact
        
      * Helping People
        
      * Transforming Places
        
      * Protecting Our Planet
        
      * Making Progress
        
      * Sustainability
        
      * Corporate Sponsorships
     
     
     
     News
        
      * Newsroom
        
      * DTE Energy Blog
        
      * Publications
        
      * Knowledge Center
     
     News
        
      * Newsroom
        
      * DTE Energy Blog
        
      * Publications
        
      * Knowledge Center
     
     
     
     DTE Energy Foundation
        
      * Our Focus
        
      * Our Giving Priorities
        
      * Grant Applications
        
      * Additional Giving
     
     DTE Energy Foundation
        
      * Our Focus
        
      * Our Giving Priorities
        
      * Grant Applications
        
      * Additional Giving
     
     
     
     Environment
        
      * Environmental Policies
        
      * Pollution Prevention
        
      * Conservation
     
     Environment
        
      * Environmental Policies
        
      * Pollution Prevention
        
      * Conservation
     
     
     
     Renewable Energy
        
      * Introduction
        
      * Wind Energy
        
      * Solar Energy
        
      * Project Map
        
      * Green Bonds
     
     Renewable Energy
        
      * Introduction
        
      * Wind Energy
        
      * Solar Energy
        
      * Project Map
        
      * Green Bonds
     
     
     
     Mobile Apps
        
      * DTE Energy Mobile App
        
      * DTE Insight App
     
     Mobile Apps
        
      * DTE Energy Mobile App
        
      * DTE Insight App
     
     
     
     
 * About Us
   * Working at DTE
        
      * Careers
        
      * Energize Your Life (EYL)
        
      * Retirees
     
     Working at DTE
        
      * Careers
        
      * Energize Your Life (EYL)
        
      * Retirees
     
     
     
     Company Information
        
      * About DTE
        
      * Executive Committee
        
      * Corporate Officers
        
      * DTE History
        
      * Corporate Governance
        
      * Investor Relations
        
      * Supply Chain
     
     Company Information
        
      * About DTE
        
      * Executive Committee
        
      * Corporate Officers
        
      * DTE History
        
      * Corporate Governance
        
      * Investor Relations
        
      * Supply Chain
     
     
     
     Electric & Gas Utilities
        
      * Fermi 2 Power Plant
     
     Electric & Gas Utilities
        
      * DTE Gas Company Notices
        
      * Fermi 2 Power Plant
     
     
     
     Non-Utility Businesses
        
      * DTE Vantage
        
      * DTE Energy Services
        
      * DTE Energy Resources
        
      * DTE Biomass Energy
        
      * Energy Trading
        
      * Affiliated Businesses
     
     Non-Utility Businesses
        
      * DTE Vantage
        
      * DTE Energy Services
        
      * DTE Energy Resources
        
      * DTE Biomass Energy
        
      * Energy Trading
        
      * Affiliated Businesses
     
     
     
     
     


RESIDENTIAL HOME PAGE


BUNDLE UP YOUR HOME FOR WINTER AND SAVE MONEY

TIPS FOR STAYING WARM


Unfortunately we can’t complete this transaction right now! Our financial
institution is down for scheduled maintenance, so please try again later.
Email
Please use a valid email address for your User ID (ex: name@email.com)
Password
Please provide the correct password.
The email or password you entered is incorrect. Please try again.
Please provide correct email and password.
Remember Me
Sign In
Forgot Password
Create Online Account
Pay Without Signing In
Guest Pay
View Current Bill
Sign Out
Payment Center
Pay Now  
Moving?
Start or Stop Service
Start Now  
Outage Center
Report Now  
Find a Career
Start Searching  


SAVINGS & ASSISTANCE


ENERGY PRICING OPTIONS

Find out what's right for you, based on your budget, lifestyle and energy needs.
See My Options


BE AWARE OF ENERGY SCAMS

Protect yourself and your family from becoming a victim.
Spot a Scam


GET MORE FROM SOCIAL MEDIA

Updates on storm warnings, outage restorations, saving tips, and more.
Start Following Us


EXPERIENCING AN ISSUE

Try these options for a solution.
Start Here
















Twitter DTEFacebook DTELinkedIn DTEYoutube DTE
 * Newsroom
 * Police/Fire
 * Investors
 * Builders
 * Landlord
 * Large Commercial and Industrial
 * Supply Chain
   
 * Municipalities
 * Careers
 * Site Map
 * Terms & Conditions
 * Online Privacy Policy
 * Customer Data Privacy Policy
 * Contact Us

© 2022 DTE Energy. All rights reserved.
Submit
Submit

RESEND EMAIL

You have not verified your email yet. Would you like us to send another online
account confirmation
email to ?
Send Email

RESEND EMAIL

We just sent an email to . Please check your email and click the link provided
to verify your account.
OK

RESEND EMAIL

Done

THERE IS A PROBLEM ACCESSING YOUR ONLINE ACCOUNT.

You cannot access your DTE Energy account from the page you requested.
To access your account online please Login.

NOT AUTHORIZED

You are not authorized to access this page. Please contact your administrator.

OK

NOT AUTHORIZED

You are not authorized to access this page. Please contact your administrator.

OK
Loading...
submit
/wps/wcm/connect/dte-web/home/homepage
Document in review

×

DTE Energy
Get the DTE Energy app
GET THE APP



Severe weather has hit Southeast Michigan, and DTE crews are preparing to
restore power to impacted customers. We will call in additional support from
outside our area as needed to speed this work. Report any outage or downed power
line here or in the DTE app. Please stay safe. Keep at least 20 feet away from
any downed power lines and anything they are in contact with and consider them
live and dangerous.