Business Home | Consumers Energy (2024)

We've added some brand new features just for you. Let's take a quick tour to show you our updates.

1/4

Business Home | Consumers Energy (1)

Switch back and forth to see the Residential and Business home pages.

2/4

Business Home | Consumers Energy (2)

Here's your place to see important news and topics for the month.

3/4

Business Home | Consumers Energy (3)

Select a category from the dropdown menu to see different options below.

4/4

Don't have an account? Create a Profile

Account & Billing View or Pay Bill Energy dashboard Business Rate Options Account details Savings & Energy solutions Multifamily Property Management Demand Response Program Renewable Energy Programs Electric Vehicle Support Shop Energy Efficiency Products Outages & Safety Report an Issue Emergencies Outage Credits Tree Maintenance

x

Discover a Better Way to Navigate

Our brand-new homepage and navigation menu are here!

View More View Less

Business Home | Consumers Energy (6)

We're experiencing intermittent issues with customers making payments and updating account balances after payment. We're sorry for any inconvenience & ask that you return later to complete your transaction.

×

We're experiencing intermittent issues with customers making payments and updating account balances after payment. We're sorry for any inconvenience & ask that you return later to complete your transaction.

Business Home | Consumers Energy (7)

×

Business Home | Consumers Energy (8)

We're experiencing intermittent issues with customers making payments and updating account balances after payment. We're sorry for any inconvenience & ask that you return later to complete your transaction.

×

We're experiencing intermittent issues with customers making payments and updating account balances after payment. We're sorry for any inconvenience & ask that you return later to complete your transaction.

Business Home | Consumers Energy (9)

×

Business Home | Consumers Energy (10)

We're experiencing intermittent issues with customers making payments and updating account balances after payment. We're sorry for any inconvenience & ask that you return later to complete your transaction.

×

We're experiencing intermittent issues with customers making payments and updating account balances after payment. We're sorry for any inconvenience & ask that you return later to complete your transaction.

Business Home | Consumers Energy (11)

×

Business Home | Consumers Energy (12)

As of: 7:23 AM, 7/27/24

Business Home | Consumers Energy (13)

Decarbonization Made Simple: Let's Help You Achieve Your Sustainability Goals

Explore our Renewable Energy Program

Explore Our Interactive Business & Discover Savings

Take an Interactive Tour

Rebates and Discounts for Any Business

Explore Savings

Our Goal: Fewer Outages Affecting Fewer Michigan Businesses

See How We’re Protecting the Grid

Explore Our Interactive Business & Discover Savings

Take an Interactive Tour

Rebates and Discounts for Any Business

Explore Savings

Our Goal: Fewer Outages Affecting Fewer Michigan Businesses

See How We’re Protecting the Grid

Password Guidelines: Don't Get Locked Out Looks Like You’re Using the Wrong User ID

  • Case sensitive
  • Between 6-20 characters long
  • 1 or more letters
  • 1 or more numbers

Looks like you're having trouble logging in to your account.

To protect your security, we'll lock your account for 30 minutes after the next unsuccessful login attempt

  • Need a Hint?
  • Passwords are case sensitive
  • Make sure your keyboard doesn't have the caps lock on
  • Your password is between 6-20 characters long
  • Your password will have at least one letter and one number
  • Your user ID is at least 6 characters long
  • Your user ID can contain letters, numbers, the @ symbol, a dash, an underscore or a period. It does not have a period as the first or last character
  • On a Mobile Device?
  • Try using your Fingerprint Password Manager on your phone to log in. Click here to get started

You can also reset your password to make sure you're using the right one.

Reset Your Password

Want to continue without logging in?

Pay as a GuestReport an Outage as a Guest

It seems like you’re having trouble remembering your User ID

Click Here if you forgot your user ID

Click Here if you need to create a profile

  • Need a hint about your User ID?
  • All user IDs are at least 6 characters long
  • User IDs can contain letters, numbers, the @ symbol, a dash, an underscore or a period. It will not have a period as either the first or last character
  • On a Mobile Device?
  • Try using your Fingerprint Password Manager on your phone to log in.Click here to get started

Want to continue without logging in?

Pay as a GuestReport an Outage as a Guest

Sorry that User ID is not found. Hint: Your User ID could be an email address or a username you created. Go back to sign in to try again or click here if you would like your user ID to be emailed to you.

"); accountLocked = true; if (attemptsWrongPass === 3) { //Password Verification //8 PushEventGaTagParms("Login", "Password Verification Step", "Error - Locked Account"); } //Unlock Account Step //1 PushEventGaTagParms("Login", "Unlock Account Step", "Error - Account Locked"); attemptsWrongPass = 0; } addAnalyticsTags(); } // Callback function for MutationObserver function mutationCallback(mutationsList, observer) { // Check if the element with id 'okta-sign-in' is now present if (document.querySelector('#okta-sign-in-config-colors')) { // If the element is present, disconnect the observer and execute the desired function observer.disconnect(); executeWhenElementPresent(); observer.observe(document.body, observerOptions); } if ($(".identifier").length === 0 && $("input[name='identifier']").length === 0) { $("a.link.js-forgot-password").hide(); } else { $("a.link.js-forgot-password").show(); } const widgetEnterAuthCodeInsteadLink = $("#widget-container .enter-auth-code-instead-link"); if (widgetEnterAuthCodeInsteadLink.length > 0) { const interval = setInterval(() => widgetEnterAuthCodeInsteadLink.click(), 100); setTimeout(() => clearInterval(interval), 2000); } const widgetErrorMessageElement = $(".okta-form-infobox-error.infobox.infobox-error"); if (widgetErrorMessageElement.length > 0) { if (widgetErrorMessageElement.text().includes("Sorry, that User ID not found. Hint: Your User ID may not be an email address.")) { const userIdNotFoundErrorMessage = $("#userIdNotFoundErrorMessage").html(); widgetErrorMessageElement.html('' + userIdNotFoundErrorMessage); // const links = document.querySelectorAll("#okta-sign-in a.link.js-cancel"); const backToInitialStepLinks = Array.from(links).filter(function (link) { return link.textContent.trim().toLowerCase() === "log into a different account"; }); if (backToInitialStepLinks.length > 0) { $(document).on('click', '.oie-widget-go-back', function () { backToInitialStepLinks[0].dispatchEvent(new MouseEvent('click', { 'view': window, 'bubbles': true, 'cancelable': true })); }); } } else if (widgetErrorMessageElement.text().includes("Enter the OTP in your original authentication location.")) { // } } } // Create a MutationObserver instance var observer = new MutationObserver(mutationCallback); // Options for the observer (specify what changes to observe) var observerOptions = { childList: true, subtree: true }; // Start observing the document observer.observe(document.body, observerOptions); var attemptsWrongUser = 0; var previousUser = ""; var attemptsWrongPass = 0; $(function () { const searchParams = new URL(window.location.href).searchParams; const token = $("#oktaConfigToken input[name=__RequestVerificationToken]").val(); $.ajax({ type: "POST", url: "/api/sitecore/CeAuth/GetOktaConfig", data: { state: searchParams.get('state'), __RequestVerificationToken: token }, datatype: "json", context: this, success: function (data) { $("#oie-spinner").hide(); if (data.Error || data.error) { return; } const widgetConfig = data.SignInWidgetConfiguration; const signInWidget = new OktaSignIn({ el: '#widget-container', ...widgetConfig, otp: searchParams.get('otp'), language: 'en', // https://github.com/okta/okta-signin-widget#language-and-text i18n: { 'en': { 'primaryauth.username.placeholder': 'User ID', 'password.forgot.email.or.username.placeholder': 'Enter your User ID', 'password.forgot.email.or.username.tooltip': " ", 'password.forgot.sendEmail': 'Continue', 'primaryauth.title': 'Sign In', // Changes the sign in text 'primaryauth.submit': 'Log In', // Changes the sign in button 'oie.remember': 'Keep Me Logged In!', 'needhelp': " ", 'idx.enter.otp.in.original.tab': "Looks like you’re using a different device or browser than the one where you sent your verification email from. Please access this email from the original device and browser where you sent your email request from. Then either click the verification link within the email or use the code provided to reset your password.", 'goback': "Log Into a Different Account", 'oie.email.verify.alternate.magicLinkToEmailAddress': "We have emailed your verification link and code to <$1>{0}$1>. ", 'oie.email.verify.alternate.magicLinkToYourEmail': "We have emailed your verification link and code to you. ", 'oie.email.verify.alternate.instructions': "To continue, please click the link within the email or enter the code below. Don’t see the email? Check your spam or junk folder.", 'oie.phone.label': "Text", 'oie.select.authenticators.verify.title': "Please select a secure way to log in below." } }, helpLinks: { //forgotPassword: '/forgot-password', // remove to use Out of the box forgot password custom: [ { text: 'Forgot User ID?', href: '/forgot-user-id' }, { text: 'Do you have an account? Create a Profile', href: '/customer/profile/create-profile' }, //{ // text: 'Keep Me Logged In Details', // href: '/' //} ] }, colors: { brand: '#639d36' }, // Enable or disable widget functionality with the following options. Some of these features require additional configuration in your Okta admin settings. Detailed information can be found here: https://github.com/okta/okta-signin-widget#okta-sign-in-widget // Look and feel changes: //logo: '/Images/CE-icons/asset-2hdpi-324.png', // Try changing "okta.com" to other domains, like: "workday.com", "splunk.com", or "delmonte.com" //features: { //registration: false, // Enable self-service registration flow //rememberMe: false, // Setting to false will remove the checkbox to save username //rememberMyUsernameOnOIE: false, //multiOptionalFactorEnroll: true, // Allow users to enroll in multiple optional factors befo

Contact a Business Specialist Energy Dashboard

Save Money & Energy

Business Home | Consumers Energy (17)

Small and Medium-Sized Business

The best choice if your business:

  • Has less than 500 employees at a single location
  • Uses less than 1.2M kWh or 15,000 mcf each year

Explore Small Business Solutions

Business Home | Consumers Energy (18)

Commercial & Industrial Business

The best choice if your business:

  • Has more than 500 employees at a single location
  • Uses more than 1.2M kWh or 15,000 Mcf each year

Explore Large Business Solutions

Business Home | Consumers Energy (19)

Multifamily Property Management

The best choice if your business:

  • Owns or operates properties with residential renters

Explore Multifamily Solutions

Recommendations for you

Tell us what you would like to accomplish today by selecting from the dropdown below.

I am interested in

Saving Money

Saving Money Energy Saving Products Reducing My Carbon Footprint

Loading...

For the best performance on this website and others, please upgrade your browser. For suggestions to find the best web browser for you click here.

Business Home | Consumers Energy (2024)

References

Top Articles
Best flowering shrubs – 13 blooming choices to add to your garden
Learn These Batuu Phrases Before Visiting Disney's Star Wars: Galaxy’s Edge - DVC Shop
Craigslist Myrtle Beach Motorcycles For Sale By Owner
San Angelo, Texas: eine Oase für Kunstliebhaber
Kathleen Hixson Leaked
Southeast Iowa Buy Sell Trade
Santa Clara College Confidential
CKS is only available in the UK | NICE
The Idol - watch tv show streaming online
Mr Tire Rockland Maine
Free Robux Without Downloading Apps
Texas (TX) Powerball - Winning Numbers & Results
R/Afkarena
Gwdonate Org
The fabulous trio of the Miller sisters
Echo & the Bunnymen - Lips Like Sugar Lyrics
Nebraska Furniture Tables
2024 U-Haul ® Truck Rental Review
Classic Lotto Payout Calculator
N2O4 Lewis Structure & Characteristics (13 Complete Facts)
Dirt Removal in Burnet, TX ~ Instant Upfront Pricing
NBA 2k23 MyTEAM guide: Every Trophy Case Agenda for all 30 teams
Talbots.dayforce.com
If you bought Canned or Pouched Tuna between June 1, 2011 and July 1, 2015, you may qualify to get cash from class action settlements totaling $152.2 million
Litter Robot 3 RED SOLID LIGHT
Craigslist Alo
Bocca Richboro
Local Collector Buying Old Motorcycles Z1 KZ900 KZ 900 KZ1000 Kawasaki - wanted - by dealer - sale - craigslist
JVID Rina sauce set1
Co10 Unr
How to Use Craigslist (with Pictures) - wikiHow
Darktide Terrifying Barrage
Evil Dead Rise - Everything You Need To Know
Aid Office On 59Th Ashland
Homewatch Caregivers Salary
Craigslist Central Il
Wbli Playlist
Justin Mckenzie Phillip Bryant
Www Violationinfo Com Login New Orleans
Ducky Mcshweeney's Reviews
Cruise Ships Archives
Iban's staff
Property Skipper Bermuda
Fetus Munchers 1 & 2
M Life Insider
Directions To The Closest Auto Parts Store
Juiced Banned Ad
What is a lifetime maximum benefit? | healthinsurance.org
Maplestar Kemono
Marcel Boom X
Smoke From Street Outlaws Net Worth
Worlds Hardest Game Tyrone
Latest Posts
Article information

Author: Jonah Leffler

Last Updated:

Views: 6016

Rating: 4.4 / 5 (65 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Jonah Leffler

Birthday: 1997-10-27

Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808

Phone: +2611128251586

Job: Mining Supervisor

Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy

Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.