CINXE.COM
ComEd and Millennium Garages plan for 300 EV chargers by 2026 | Electric Vehicle Charging & Infrastructure
<!DOCTYPE html> <html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# "> <head> <meta charset="utf-8" /> <style>#block-evci-cheeseburgermenu, #block-evci-cheeseburgermenutrigger {--cheese-aside-bg-color: rgba( 36, 148, 219, 1);--cheese-aside-text-color: rgba( 255, 255, 255, 1);--cheese-main-bg-color: rgba( 255, 255, 255, 1);--cheese-main-text-color: rgba( 0, 0, 0, 1);--cheese-trigger-color: rgba( 7, 35, 176, 1);--cheese-trigger-bg-color: rgba( 67, 222, 249, 1);--cheese-scrollbar-color: rgba( 180, 245, 253, 1);}</style> <script async src="https://www.googletagmanager.com/gtag/js?id=G-MECWX27SVD"></script> <script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag("js", new Date());gtag("set", "developer_id.dMDhkMT", true);gtag("config", "G-MECWX27SVD", {"groups":"default","page_placeholder":"PLACEHOLDER_page_location"});</script> <meta name="description" content="ComEd has highlighted the first 100 EV chargers installed as part of a plan to offer up to 300 total EV chargers in downtown Chicago parking complexes by 2026." /> <link rel="canonical" href="https://www.evcandi.com/news/comed-and-millennium-garages-plan-300-ev-chargers-2026" /> <link rel="image_src" href="/sites/evci/files/2023-10/ComEd%20and%20Millennium%20Garages%20plan%20for%20300%20EV%20chargers%20by%202026%20Expanding%20Midwest%27s%20Largest%20Public%20EV%20Charging%20Hub.png" /> <meta name="Generator" content="Drupal 10 (https://www.drupal.org)" /> <meta name="MobileOptimized" content="width" /> <meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script type='text/javascript'> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; // Add a place to store the slot name variable. googletag.slots = googletag.slots || {}; (function() { var useSSL = 'https:' == document.location.protocol; var src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js'; document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>'); })(); </script> <script type="text/javascript"> googletag.slots["boombox2"] = googletag.defineSlot("/59159944/electricalvehiclecharging/boombox2", [[300, 250], [1, 1]], "js-dfp-tag-boombox2") .addService(googletag.pubads()) ; </script> <script type="text/javascript"> googletag.slots["boombox1"] = googletag.defineSlot("/59159944/electricalvehiclecharging/boombox1", [[300, 250], [1, 1]], "js-dfp-tag-boombox1") .addService(googletag.pubads()) ; </script> <script type="text/javascript"> googletag.slots["leaderboard1"] = googletag.defineSlot("/59159944/electricalvehiclecharging/leaderboard1", [[728, 90], [300, 100], [600, 75], [1, 1]], "js-dfp-tag-leaderboard1") .addService(googletag.pubads()) ; </script> <script type="text/javascript"> googletag.cmd.push(function() { googletag.pubads().enableSyncRendering(); googletag.pubads().enableSingleRequest(); googletag.pubads().enableVideoAds(); //googletag.pubads().setCentering(true); googletag.pubads().collapseEmptyDivs(); googletag.pubads().addEventListener('slotRenderEnded', function(event) { if (event.slot === googletag.slots["interstitial1"]){ //console.log(event.isEmpty); if(event.isEmpty == false) { document.getElementsByClassName('dfp-interstitial')[0].className = 'dfp-interstitial dfp-interstitial1 dfp-ad-active ' + event.creativeId; document.getElementsByClassName('dfp-interstitial')[0].style.display = 'block'; } } if (event.slot === googletag.slots["interstitial2"]){ // console.log(event.isEmpty); if(event.isEmpty == false) { document.getElementsByClassName('dfp-interstitial2')[0].className = 'dfp-interstitial dfp-interstitial2 dfp-ad-active ' + event.creativeId; document.getElementsByClassName('dfp-interstitial2')[0].style.display = 'block'; } } /*if (event.slot === googletag.slots["exitad"]){ console.log(event.isEmpty); if(event.isEmpty == false) { document.getElementsByClassName('dfp-exitad')[0].className = 'dfp-interstitial dfp-exitad dfp-ad-active ' + event.creativeId; document.getElementsByClassName('dfp-exitad')[0].style.display = 'block'; } } */ if(event.slot === googletag.slots["catfish1"]){ if(event.isEmpty == false) { document.getElementsByClassName('dfp-bottom')[0].className = 'dfp-bottom dfp-ad-active ' + event.creativeId; document.getElementsByClassName('dfp-bottom')[0].style.display = 'block'; } } if(event.slot === googletag.slots["flexiblefullpage"]){ if(event.isEmpty == false) { document.getElementById('bannerTopwrapper').style.display = 'block'; // Fullsize Ad adjustments //setTimeout(function() { var adDiv = document.getElementById('js-dfp-tag-flexiblefullpage'); var adDivHeight = adDiv.offsetHeight; //var adDivHeight = document.getElementById('js-dfp-tag-flexiblefullpage').offsetHeight; //console.log("offsetHeight1bdc1:" + adDivHeight); if (adDivHeight){ //console.log("offsetHeight2bdc2:" + adDivHeight); // should not exceed the height of the Ad if ( adDivHeight < 450 && adDivHeight > 104 ){ document.getElementById('bannerTopwrapper').style.minHeight = adDivHeight + 'px'; document.getElementById('bannerTopwrapper').style.height = adDivHeight + 'px'; } window.addEventListener('resize',function(){ var adDivHeight = document.getElementById('js-dfp-tag-flexiblefullpage').offsetHeight; //console.log("resize3bdc3:" + adDivHeight); // should not exceed the height of the Ad if ( adDivHeight < 450 && adDivHeight > 104 ){ document.getElementById('bannerTopwrapper').style.minHeight = adDivHeight + 'px'; document.getElementById('bannerTopwrapper').style.height = adDivHeight + 'px'; } }); } //}, 1000); } } }); googletag.enableServices(); }); </script> <link rel="icon" href="/sites/evci/themes/custom/evci/favicon-96x96.png" type="image/png" /> <script src="/sites/evci/files/google_tag/main/google_tag.script.js?sqynko" defer></script> <script>window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};</script> <title>ComEd and Millennium Garages plan for 300 EV chargers by 2026 | Electric Vehicle Charging & Infrastructure</title> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Quicksand:500,700" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/pace-js@latest/pace.min.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pace-js@latest/pace-theme-default.min.css"> <link rel="stylesheet" media="all" href="/core/modules/views/css/views-responsive-grid.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/misc/components/progress.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/misc/components/ajax-progress.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/align.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/fieldgroup.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/container-inline.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/clearfix.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/details.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/hidden.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/item-list.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/js.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/nowrap.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/position-container.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/reset-appearance.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/resize.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-counter.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-counters.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-general-info.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/tablesort.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/libraries/flexslider/flexslider.css?sqynko" /> <link rel="stylesheet" media="all" href="/core/modules/views/css/views.module.css?sqynko" /> <link rel="stylesheet" media="all" href="/modules/contrib/addtoany/css/addtoany.css?sqynko" /> <link rel="stylesheet" media="all" href="https://gotatlas.io/sites/atlas/modules/atlas/css/client.css" /> <link rel="stylesheet" media="all" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> <link rel="stylesheet" media="all" href="/modules/contrib/cheeseburger_menu/css/cheeseburger_menu.css?sqynko" /> <link rel="stylesheet" media="all" href="/modules/contrib/flexslider/assets/css/flexslider_img.css?sqynko" /> <link rel="stylesheet" media="all" href="/modules/contrib/we_megamenu/assets/includes/bootstrap/css/bootstrap.min.css?sqynko" /> <link rel="stylesheet" media="all" href="/modules/contrib/we_megamenu/assets/css/we_megamenu_backend.css?sqynko" /> <link rel="stylesheet" media="all" href="/sites/evci/themes/custom/evci/css/styles.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/dfp.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/contrib/bootstrap-5.3.3-dist/css/bootstrap.min.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/globals.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/breadcrumbs.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/eyebrow.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/header.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/navigation.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/aos.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/ozmenu.css?sqynko" /> <link rel="stylesheet" media="all" href="/themes/custom/ropl/css/pace.minimal.css?sqynko" /> <script src="https://use.fontawesome.com/releases/v6.4.2/js/all.js" defer crossorigin="anonymous"></script> <script src="https://use.fontawesome.com/releases/v6.4.2/js/v4-shims.js" defer crossorigin="anonymous"></script> </head> <body class="app"> <a href="#main-content" class="visually-hidden focusable"> Skip to main content </a> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WV873V6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas> <div id="eyebrow" class="container-fluid h2-bg-color"> <div class="container"> <div class="my-2"> <div class="d-flex justify-content-between align-items-center"> <div class="d-flex align-items-center gap-4"> <div> <nav role="navigation" aria-labelledby="block-evci-eyebrow-menu" id="block-evci-eyebrow"> <h2 class="visually-hidden" id="block-evci-eyebrow-menu">Eyebrow</h2> <ul class="menu"> <li class="menu-item" > <a href="/about-us" data-drupal-link-system-path="node/34"><i class="fa fa-circle-info" aria-hidden="true"></i> <span class="link-text">About Us</span></a> </li> <li class="menu-item" > <a href="https://www.ropl.com/magazines/electric-vehicle-charging-infrastructure"><i class="fa fa-ad" aria-hidden="true"></i> <span class="link-text">Advertise</span></a> </li> <li class="menu-item" > <a href="/subscription" data-drupal-link-system-path="node/95"><i class="fa fa-book-open" aria-hidden="true"></i> <span class="link-text">Subscribe</span></a> </li> <li class="menu-item" > <a href="/contact-us" data-drupal-link-system-path="node/35"><i class="fa fa-circle-user" aria-hidden="true"></i> <span class="link-text">Contact Us</span></a> </li> </ul> </nav> </div> </div> <div class="d-flex align-items-center gap-4"> <div> <nav role="navigation" aria-labelledby="block-evci-socialmedia-menu" id="block-evci-socialmedia" class="social-media-menu me-1"> <h2 class="visually-hidden" id="block-evci-socialmedia-menu">Follow Us On Social Media</h2> <ul class="menu"> <li class="menu-item" > <a href="https://www.facebook.com/evcinfra"><i class="fa-brands fa-facebook" aria-hidden="true"></i> <span class="link-text">Face</span></a> </li> <li class="menu-item" > <a href="https://www.instagram.com/evc_infra/"><i class="fa-brands fa-instagram" aria-hidden="true"></i> <span class="link-text">Instagram</span></a> </li> <li class="menu-item" > <a href="https://www.linkedin.com/company/ev-charging-and-infrastructure"><i class="fa-brands fa-linkedin" aria-hidden="true"></i> <span class="link-text">LinkedIn</span></a> </li> <li class="menu-item" > <a href="https://twitter.com/evc_infra"><i class="fa-brands fa-x-twitter" aria-hidden="true"></i> <span class="link-text">Twitter</span></a> </li> <li class="menu-item" > <a href="https://www.youtube.com/channel/UCRxFAVv5-UQVBA1h059pqeg"><i class="fa-brands fa-youtube" aria-hidden="true"></i> <span class="link-text">YouTube</span></a> </li> </ul> </nav> <nav role="navigation" aria-labelledby="block-evci-eyebrowright-menu" id="block-evci-eyebrowright"> <h2 class="visually-hidden" id="block-evci-eyebrowright-menu">Eyebrow Right</h2> <ul class="menu"> <li class="menu-item" > <a href="/search" data-drupal-link-system-path="search"><i class="fa fa-search" aria-hidden="true"></i> <span class="link-text">Search</span></a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div id="header" class="container my-3"> <div class="row mb-2"> <div class="col-sm-12 col-md-12 col-lg-4"> <div class="logo-container d-flex align-items-center"> <div> <div id="block-evci-cheeseburgermenutrigger" class="cheese-trigger block"> <div class="block-cheeseburgermenu__trigger-element" data-cheeseburger-id="block-evci-cheeseburgermenu"> <span></span> <span></span> <span></span> </div> </div> <div style="display: none;" class="block-cheeseburgermenu-container block-cheeseburgermenu-container--without-navigation block" id="block-evci-cheeseburgermenu"> <div class="cheeseburger-menu__main-navigation-area"> <div class="menu-branding"> <a href="/" title="Home" rel="home"> <img src="https://www.evcandi.com/sites/evci/themes/custom/evci/EVC_Website.png" class="logo" /> </a> </div> <div class="cheeseburger-menu__side-trigger" data-cheeseburger-close="true"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> <g id="Bounding_Boxes"> <path fill="none" d="M0,0h24v24H0V0z"/> </g> <g id="Rounded"> <path d="M18.3,5.71L18.3,5.71c-0.39-0.39-1.02-0.39-1.41,0L12,10.59L7.11,5.7c-0.39-0.39-1.02-0.39-1.41,0l0,0 c-0.39,0.39-0.39,1.02,0,1.41L10.59,12L5.7,16.89c-0.39,0.39-0.39,1.02,0,1.41h0c0.39,0.39,1.02,0.39,1.41,0L12,13.41l4.89,4.89 c0.39,0.39,1.02,0.39,1.41,0l0,0c0.39-0.39,0.39-1.02,0-1.41L13.41,12l4.89-4.89C18.68,6.73,18.68,6.09,18.3,5.71z"/> </g> </svg> </div> <div data-cheeseburger-id="menu-main" > <div class="cheeseburger-menu__title">Main navigation</div> <ul class="cheeseburger-menu__mainmenu"> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/news"> <span>News</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/products"> <span>Products</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/features"> <span>Features</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item cheeseburger-parent"> <span class="cheeseburger-menu__item-label" data-cheeseburger-parent-trigger> <span>Categories</span> </span> <span class="cheeseburger-menu__submenu-trigger" data-cheeseburger-parent-trigger><div class="cheeseburger-menu__submenu-trigger-icon dropdown"></div></span> <ul class="cheeseburger-menu__submenu"> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/research-white-papers"> <span>Research / White Papers</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/battery-tech-developments-impact-charging"> <span>Battery tech developments & impact on charging</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/built-infrastructure-requirements"> <span>Built infrastructure requirements</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/charging-accessibility"> <span>Charging accessibility</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/company-news"> <span>Company News</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/data-gatheringcloud-storage"> <span>Data gathering/Cloud storage</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/electrification-fleets"> <span>Electrification of fleets</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/energy-grids-and-power-supply"> <span>Energy Grids and power supply</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/government-initiatives-innovations-and-legislation"> <span>Government initiatives, innovations, and legislation</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/green-hydrogeneco-fuels"> <span>Green hydrogen/Eco-fuels</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/hardware-and-software-ac-chargers"> <span>Hardware and software for AC chargers</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/hardware-and-software-dc-chargers"> <span>Hardware and software for DC chargers</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/heavy-vehicle-charging"> <span>Heavy vehicle charging</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/key-industry-milestones"> <span>Key industry milestones</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/maintenance-planning-initiatives"> <span>Maintenance planning & initiatives</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/online-charger-booking-and-payment-systems"> <span>Online charger booking and payment systems</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/private-sector-initiatives-innovations-including-ppps"> <span>Private sector initiatives & innovations (including PPPs)</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/sustainable-power-generation-all-types"> <span>Sustainable power generation (all types)</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/systems-integration"> <span>Systems integration</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/v2g-and-v2x-charging-developments"> <span>V2G and V2X charging developments</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/wirelessinductive-charging"> <span>Wireless/inductive charging</span> </a> </li> </ul> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/events"> <span>Events</span> </a> </li> <li class="menu-link cheeseburger-menu__item main__item"> <a class="cheeseburger-menu__item-label" href="/videos"> <span>Videos</span> </a> </li> </ul> </div> </div> </div> <div id="block-evci-sitebranding" class="header-branding block"> <a href="/" rel="home"> <img src="/sites/evci/themes/custom/evci/EVC_Website.png" alt="Home" fetchpriority="high" /> </a> </div> </div> </div> </div> <div class="col-sm-12 col-md-12 col-lg-8 text-end"> <div> <div id="block-evci-dfptagleaderboard1" class="block"> <div style="display: none;">leaderboard1</div> <div id="js-dfp-tag-leaderboard1" class="dfp-ad ad-label"> <script type="text/javascript"> // User has not opted out googletag.cmd.push(function() { googletag.display('js-dfp-tag-leaderboard1'); }); </script> </div> </div> </div> </div> </div> </div> <div id="navigation" class="container-fluid"> <div class="container"> <div class="row"> <div class="col p-0"> <div id="block-evci-mainnavigation-2" class="block"> <div class="region-we-mega-menu"> <a class="navbar-toggle collapsed"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <nav class="main navbar navbar-default navbar-we-mega-menu mobile-collapse hover-action" data-menu-name="main" data-block-theme="evci" data-style="Default" data-animation="None" data-delay="" data-duration="" data-autoarrow="" data-alwayshowsubmenu="" data-action="hover" data-mobile-collapse="0"> <div class="container-fluid"> <ul class="we-mega-menu-ul nav nav-tabs"> <li class="we-mega-menu-li" data-level="0" data-element-type="we-mega-menu-li" description="" data-id="f9c49003-d672-4b21-8677-d150556d2c43" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/news" target=""> News </a> </li><li class="we-mega-menu-li" data-level="0" data-element-type="we-mega-menu-li" description="" data-id="a450bb1e-ae8e-462a-811e-1b9c0d108b10" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/products" target=""> Products </a> </li><li class="we-mega-menu-li" data-level="0" data-element-type="we-mega-menu-li" description="" data-id="b4feb62b-c9ab-46e6-a220-5f7ee1869fc6" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/features" target=""> Features </a> </li><li class="we-mega-menu-li dropdown-menu" data-level="0" data-element-type="we-mega-menu-li" description="" data-id="83ed08a3-9251-4b00-814f-ee954afb8c8d" data-submenu="1" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a href='#' data-drupal-link-system-path="<front>" class="we-megamenu-nolink"> Categories</a> <div class="we-mega-menu-submenu" data-element-type="we-mega-menu-submenu" data-submenu-width="400" data-class="" style="width: 400px"> <div class="we-mega-menu-submenu-inner"> <div class="we-mega-menu-row" data-element-type="we-mega-menu-row" data-custom-row="0"> <div class="we-mega-menu-col span12" data-element-type="we-mega-menu-col" data-width="12" data-block="" data-blocktitle="0" data-hidewhencollapse="" data-class=""> <ul class="nav nav-tabs subul"> <li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="e63f6bf9-d0a8-42b5-a2e7-6a68b8ff4a47" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/research-white-papers" target=""> Research / White Papers </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="40ead8ad-8b86-4da3-b9e9-f5b73323f743" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/battery-tech-developments-impact-charging" target=""> Battery tech developments & impact on charging </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="40c7738b-6c21-4b92-ab57-758909e378c9" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/built-infrastructure-requirements" target=""> Built infrastructure requirements </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="e670bef8-5bdc-4be5-8779-aeb6339b2a15" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/charging-accessibility" target=""> Charging accessibility </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="011022fb-40ad-4fa5-9d60-adea5e23ee9c" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/company-news" target=""> Company News </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="238b938b-28f9-44ba-b564-58ccd6b41d01" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/data-gatheringcloud-storage" target=""> Data gathering/Cloud storage </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="cfd3c0ef-7f05-4d00-a7b0-6ebe0f2a10a0" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/electrification-fleets" target=""> Electrification of fleets </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="fa0782b0-5fb1-4c07-9034-2a65749a5f6f" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/energy-grids-and-power-supply" target=""> Energy Grids and power supply </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="e9955362-5cec-4c72-a43c-a901af70d983" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/government-initiatives-innovations-and-legislation" target=""> Government initiatives, innovations, and legislation </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="141070f8-4358-47c2-82ef-4d840718dc33" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/green-hydrogeneco-fuels" target=""> Green hydrogen/Eco-fuels </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="0f3d2717-7760-490b-9487-163f7c9bd614" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/hardware-and-software-ac-chargers" target=""> Hardware and software for AC chargers </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="f337c566-943d-4714-af0b-4eab95ac802b" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/hardware-and-software-dc-chargers" target=""> Hardware and software for DC chargers </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="1ef35d7c-9dbd-42b8-b13b-05cc1877949d" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/heavy-vehicle-charging" target=""> Heavy vehicle charging </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="a075347d-9f65-4ce7-9433-388e31a7bb19" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/key-industry-milestones" target=""> Key industry milestones </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="87a1a264-3807-48b0-ac01-6fe1bbd5e9a0" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/maintenance-planning-initiatives" target=""> Maintenance planning & initiatives </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="e6cab716-405e-4fc1-b5eb-367af32ca7b6" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/online-charger-booking-and-payment-systems" target=""> Online charger booking and payment systems </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="d4ae76f0-1c62-4347-8550-72f5c57e7a22" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/private-sector-initiatives-innovations-including-ppps" target=""> Private sector initiatives & innovations (including PPPs) </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="a0c60144-1f36-4b75-a473-effd2233cfe8" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/sustainable-power-generation-all-types" target=""> Sustainable power generation (all types) </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="f9ec8781-278a-4a9e-bb8e-27f3d38dc0f8" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/systems-integration" target=""> Systems integration </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="5615fae5-d812-4f4b-9294-1a16f9713cf1" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/v2g-and-v2x-charging-developments" target=""> V2G and V2X charging developments </a> </li><li class="we-mega-menu-li" data-level="1" data-element-type="we-mega-menu-li" description="" data-id="6219b941-6568-42c0-8600-58b22cda5c7b" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/wirelessinductive-charging" target=""> Wireless/inductive charging </a> </li> </ul> </div> </div> </div> </div> </li><li class="we-mega-menu-li" data-level="0" data-element-type="we-mega-menu-li" description="" data-id="dad0639f-00d7-4d61-9d54-16c77a7cb68c" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/events" target=""> Events </a> </li><li class="we-mega-menu-li" data-level="0" data-element-type="we-mega-menu-li" description="" data-id="96892c92-437a-4481-84e1-aa7cd1775d13" data-submenu="0" data-hide-sub-when-collapse="" data-group="0" data-class="" data-icon="" data-caption="" data-alignsub="" data-target=""> <a class="we-mega-menu-li" title="" href="/videos" target=""> Videos </a> </li> </ul> </div> </nav> </div> </div> </div> </div> </div> </div> <div class="container my-2"> <div> <div id="block-evci-breadcrumbs" class="block"> <ul id="breadcrumbs"> <li> <a href="/">Home</a> </li> <li> <a href="/government-initiatives-innovations-and-legislation">Government initiatives, innovations, and legislation</a> </li> <li> ComEd and Millennium Garages plan for 300 EV chargers by 2026 </li> </ul> </div> </div> </div> <div class="container mt-4"> <div class="row"> <div class="col-lg-8 col-md-12 col-sm-12 p-0 mb-3"> <div class="container"> <div class="row"> <div> <div id="block-evci-page-title" class="block"> <h1> <span>ComEd and Millennium Garages plan for 300 EV chargers by 2026</span> </h1> </div> <div id="block-evci-content" class="block"> <article data-history-node-id="1385" about="/news/comed-and-millennium-garages-plan-300-ev-chargers-2026"> <div class="node-summary my-4 font-xl">ComEd has highlighted the first 100 EV chargers installed as part of a plan to offer up to 300 total EV chargers in downtown Chicago parking complexes by 2026.</div> <div class="node-info"> <div class="container p-0 mb-4"> <div class="row"> <div class="col font-sm font-grey node-meta"> <span class="node-author"> By James Foster</span> <span class="node-date"> October 13, 2023 </span> <span class="node-readtime"> Read time: 3 mins </span> </div> <div class="col text-end font-sm"> <div class="share-links"> <span class="a2a_kit a2a_kit_size_24 addtoany_list" data-a2a-url="https://www.evcandi.com/news/comed-and-millennium-garages-plan-300-ev-chargers-2026" data-a2a-title="ComEd and Millennium Garages plan for 300 EV chargers by 2026"><a class="a2a_dd addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.evcandi.com%2Fnews%2Fcomed-and-millennium-garages-plan-300-ev-chargers-2026&title=ComEd%20and%20Millennium%20Garages%20plan%20for%20300%20EV%20chargers%20by%202026"><img src="/themes/custom/ropl/images/share_arrow.svg" alt="Share"></a><a class="a2a_button_facebook"></a><a class="a2a_button_x"></a><a class="a2a_button_linkedin"></a><a class="a2a_button_email"></a></span> </div> </div> </div> </div> <div class="node-image mdl-cell-12-col"> <img loading="lazy" src="/sites/evci/files/2023-10/ComEd%20and%20Millennium%20Garages%20plan%20for%20300%20EV%20chargers%20by%202026%20Expanding%20Midwest%27s%20Largest%20Public%20EV%20Charging%20Hub.png" width="1920" height="614" alt="Millennium Garages’ four underground facilities include more than 9,000 parking spaces in the heart of the Chicago Loop. Photo: Millennium Garages" title="Millennium Garages’ four underground facilities include more than 9,000 parking spaces in the heart of the Chicago Loop. Photo: Millennium Garages" typeof="foaf:Image" /> <div class="image-caption">Millennium Garages’ four underground facilities include more than 9,000 parking spaces in the heart of the Chicago Loop. Photo: Millennium Garages</div> </div> <div> <div><p>This expansive EV charging hub is made possible through technical and operational support from ComEd, Civic Infrastructure Collaborative, SP+ Corporation, and multiple EV charging partners. ComEd recently awarded US$200,000 in energy efficiency incentives to support Millennium Garages in lowering its energy usage, reducing carbon emissions, and freeing up electrical capacity for clean transportation.</p><p>Millennium Garages’ four underground facilities include more than 9,000 parking spaces in the heart of the Chicago Loop. With 100 level-2 EV chargers, the company is already the region’s largest public EV charging hub, and it plans to triple EV charging capacity by 2026. The garages feature a variety of charging options for customers, including EVPassport, ChargePoint, FlashParking and Tesla. All EV charging at Millennium Garages will be powered by certified renewable wind energy.</p><p>“In partnership with ComEd and the City of Chicago, we are proud to expand charging access for local residents, commuters, visitors, and fleets,” said Jamie Ponce, Millennium Garages’ chief innovation and strategy officer. “Millennium makes it easy to go electric while making the most of our world-class city. As Chicago returns to in-person work and play, our EV charging program highlights how urban infrastructure can support important transportation, energy, and economic development opportunities.”</p><p>The number of EVs on the road are on the rise in Illinois, a key goal outlined in the state’s Climate and Equitable Jobs Act (CEJA). ComEd and Millennium Garages are supporting the State’s goal of opening Illinois’ roads to one million EVs by 2030. Currently, there are 70,000 EVs in northern Illinois, nearly 23,000 of which are registered in Cook County. Demand for EVs and EV charging is expected to climb steadily in the years ahead.</p><p>“We are delighted about this large installation of chargers in a prominent location in the heart of Chicago at Millennium Garage’s underground parking facility,” said Megha Lakhchaura, State of Illinois EV officer. “This is a testament to the growing popularity of electric vehicles, and we commend Millennium Garages and ComEd for investing in their customers to align with the state’s goals to accelerate the transition to zero-emission vehicles and fight climate change.”</p><p>By reducing energy consumption and utility costs, efficiency efforts at Millennium Garages and other facilities have enabled increased investment in EV charging and clean energy. With more than US$200,000 in energy efficiency incentives from ComEd, Millennium Garages recently completed ventilation and building automation system upgrades to reduce annual energy consumption by an estimated two gigawatt-hours — the equivalent of eliminating 3.1 million pounds of carbon emissions a year.</p><p>EV charging at Millennium Garages follows ComEd’s ongoing work across the region as the company develops solutions to electrify fleet vehicles and embrace cleaner technologies. To accelerate EV adoption and to help more customers achieve their sustainability goals, ComEd recently announced a US$231m investment in electrification, with plans for new rebates, rates and pilot studies to help more customers move toward EVs and higher efficiency technology upgrades, like heat pumps, at home.</p><p>ComEd is a unit of Chicago-based Exelon Corporation, a Fortune 250 energy company with approximately 10 million electricity and natural gas customers – the largest number of customers in the US. ComEd powers the lives of more than four million customers across northern Illinois, or 70% of the state's population.</p></div> </div> <div class="node-image mdl-cell-12-col"> </div> <div class="clearfix tags my-4"> <span class="badge badge-lg primary-bg font-light me-1 mb-1"><a href="/government-initiatives-innovations-and-legislation" hreflang="en">Government initiatives, innovations, and legislation</a></span> <span class="badge badge-lg primary-bg font-light me-1 mb-1"><a href="/built-infrastructure-requirements" hreflang="en">Built infrastructure requirements</a></span> </div> </div> </article> </div> <div class="views-element-container companies-in-node-block block" id="block-evci-views-block-companies-in-node-block-1"> <h2>For more information on companies in this article</h2> <div><div class="js-view-dom-id-62ade842607aeca195c4d4ff91175ff9a601a41fbc2959a21791d11ea2895b13"> <div class="views-row"><div class="views-field views-field-field-premium"><div class="field-content"></div></div><div class="views-field views-field-title"><span class="field-content"><a href="/comed" hreflang="en">ComEd</a></span></div></div> <div class="views-row"><div class="views-field views-field-field-premium"><div class="field-content"></div></div><div class="views-field views-field-title"><span class="field-content"><a href="/millennium-garages" hreflang="en">Millennium Garages</a></span></div></div> </div> </div> </div> <div class="views-element-container section-wrap mb-4 block" id="block-evci-views-block-solr-index-block-1"> <h2>Related Content</h2> <div><div class="js-view-dom-id-390ef973d4c3ad59f240735c09b419e67c84a7ba717ae78adf1f81d3054af4d7"> <div class="views-view-responsive-grid views-view-responsive-grid--horizontal" style="--views-responsive-grid--column-count:2;--views-responsive-grid--cell-min-width:100px;--views-responsive-grid--layout-gap:10px;"> <div class="views-view-responsive-grid__item"> <div class="views-view-responsive-grid__item-inner"><article data-history-node-id="1220" about="/news/comed-invests-us232m-new-programs-accelerate-ev-adoption"> <div class="article-teaser-solr-container my-2"> <div class="d-flex justify-content-between"> <div class="meta"> <div class="col font-sm font-grey"> August 17, 2023 </div> <div class="font-md font-dark bold"> <div> <a href="/news/comed-invests-us232m-new-programs-accelerate-ev-adoption" rel="bookmark"> <span>ComEd invests US$232m in new programs to accelerate EV adoption</span> </a> </div> </div> </div> <div class="img text-end"> <img loading="lazy" src="/sites/evci/files/2023-08/dreamstime_investment-c%20Bernhard%20Richter.jpg" width="800" height="533" alt="ComEd’s US$231m investment to expand electrification includes new EV Charging Delivery Rate option to incentivise charging buildout. Image: ©Bernhard Richter/Dreamstime" title="ComEd’s US$231m investment to expand electrification includes new EV Charging Delivery Rate option to incentivise charging buildout. Image: ©Bernhard Richter/Dreamstime" typeof="foaf:Image" /> </div> </div> </div> </article> </div> </div> <div class="views-view-responsive-grid__item"> <div class="views-view-responsive-grid__item-inner"><article data-history-node-id="2470" about="/news/comed-presents-village-skokie-rebate-add-evs-its-fleet"> <div class="article-teaser-solr-container my-2"> <div class="d-flex justify-content-between"> <div class="meta"> <div class="col font-sm font-grey"> September 13, 2024 </div> <div class="font-md font-dark bold"> <div> <a href="/news/comed-presents-village-skokie-rebate-add-evs-its-fleet" rel="bookmark"> <span>ComEd presents village of Skokie with rebate to add EVs to its fleet</span> </a> </div> </div> </div> <div class="img text-end"> <img loading="lazy" src="/sites/evci/files/2024-09/ComEd%20presents%20village%20of%20Skokie%20with%20rebate%20to%20add%20EVs%20to%20its%20fleet.jpg" width="4725" height="3150" alt="Pictured, from left, at a ceremony to hand over the EV rebate are Illinois Governor JB Pritzker; Illinois Commerce Commission Chairman Doug P. Scott; Village of Skokie Mayor George Van Dusen (at podium); ComEd President and CEO Gil C. Quiniones; and City of Geneva Mayor and Metropolitan Mayors Caucus Executive Board Chairman Kevin R. Burns. Photo: Rich Cahan" title="Pictured, from left, at a ceremony to hand over the EV rebate are Illinois Governor JB Pritzker; Illinois Commerce Commission Chairman Doug P. Scott; Village of Skokie Mayor George Van Dusen (at podium); ComEd President and CEO Gil C. Quiniones; and City of Geneva Mayor and Metropolitan Mayors Caucus Executive Board Chairman Kevin R. Burns. Photo: Rich Cahan" typeof="foaf:Image" /> </div> </div> </div> </article> </div> </div> <div class="views-view-responsive-grid__item"> <div class="views-view-responsive-grid__item-inner"><article data-history-node-id="2070" about="/news/comed-joins-bronzeville-community-unveil-new-public-ev-chargers"> <div class="article-teaser-solr-container my-2"> <div class="d-flex justify-content-between"> <div class="meta"> <div class="col font-sm font-grey"> May 8, 2024 </div> <div class="font-md font-dark bold"> <div> <a href="/news/comed-joins-bronzeville-community-unveil-new-public-ev-chargers" rel="bookmark"> <span>ComEd joins Bronzeville community to unveil new public EV chargers</span> </a> </div> </div> </div> <div class="img text-end"> <img loading="lazy" src="/sites/evci/files/2024-05/MelissaWashington_2%20%28002%29.jpg" width="350" height="350" alt="We know that financial barriers and access to charging can be challenging - Melissa Washington. Photo: ComEd" title="We know that financial barriers and access to charging can be challenging - Melissa Washington. Photo: ComEd" typeof="foaf:Image" /> </div> </div> </div> </article> </div> </div> <div class="views-view-responsive-grid__item"> <div class="views-view-responsive-grid__item-inner"><article data-history-node-id="1301" about="/news/california-energy-commission-launches-us38m-ev-charging-project"> <div class="article-teaser-solr-container my-2"> <div class="d-flex justify-content-between"> <div class="meta"> <div class="col font-sm font-grey"> September 18, 2023 </div> <div class="font-md font-dark bold"> <div> <a href="/news/california-energy-commission-launches-us38m-ev-charging-project" rel="bookmark"> <span>California Energy Commission launches US$38m EV charging project</span> </a> </div> </div> </div> <div class="img text-end"> <img loading="lazy" src="/sites/evci/files/2023-09/California%20Energy%20Commission%20launches%20US%2438%20million%20EV%20charging%20project.png" width="622" height="500" alt="The rebates are part of the California Electric Vehicle Infrastructure Project (CALeVIP), the nation’s largest EV charging incentive initiative. Photo: CALeVIP" title="The rebates are part of the California Electric Vehicle Infrastructure Project (CALeVIP), the nation’s largest EV charging incentive initiative. Photo: CALeVIP" typeof="foaf:Image" /> </div> </div> </div> </article> </div> </div> <div class="views-view-responsive-grid__item"> <div class="views-view-responsive-grid__item-inner"><article data-history-node-id="1110" about="/news/powerflex-x-enables-large-scale-fleet-electrification"> <div class="article-teaser-solr-container my-2"> <div class="d-flex justify-content-between"> <div class="meta"> <div class="col font-sm font-grey"> July 13, 2023 </div> <div class="font-md font-dark bold"> <div> <a href="/news/powerflex-x-enables-large-scale-fleet-electrification" rel="bookmark"> <span>PowerFlex X enables large-scale fleet electrification</span> </a> </div> </div> </div> <div class="img text-end"> <img loading="lazy" src="/sites/evci/files/2023-07/PowerFlex%20X%20enables%20large-scale%20fleet%20electrification.jpg" width="4898" height="3265" alt="PowerFlex X includes intelligent algorithms, called Adaptive Load Management (ALM), that distribute and balance energy usage across EV charging networks to mitigate spikes in electricity demand. Photo: PowerFlex" title="PowerFlex X includes intelligent algorithms, called Adaptive Load Management (ALM), that distribute and balance energy usage across EV charging networks to mitigate spikes in electricity demand. Photo: PowerFlex" typeof="foaf:Image" /> </div> </div> </div> </article> </div> </div> <div class="views-view-responsive-grid__item"> <div class="views-view-responsive-grid__item-inner"><article data-history-node-id="603" about="/news/30000-ev-chargers-across-new-south-wales-2026"> <div class="article-teaser-solr-container my-2"> <div class="d-flex justify-content-between"> <div class="meta"> <div class="col font-sm font-grey"> February 22, 2023 </div> <div class="font-md font-dark bold"> <div> <a href="/news/30000-ev-chargers-across-new-south-wales-2026" rel="bookmark"> <span>30,000 EV chargers across New South Wales by 2026</span> </a> </div> </div> </div> <div class="img text-end"> <img loading="lazy" src="/sites/evci/files/2023-02/NSW-government-Matt-Kean.png" width="456" height="453" alt="The government is investing to ensure a comprehensive world-class charging network across NSW - Matt Kean" title="The government is investing to ensure a comprehensive world-class charging network across NSW - Matt Kean" typeof="foaf:Image" /> </div> </div> </div> </article> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-lg-4 col-md-12 col-sm-12 "> <div class="container js-sticky-widget"> <div class="row"> <div> <div id="block-evci-dfptagboombox1-2" class="mb-4 text-center block"> <div style="display: none;">boombox1</div> <div id="js-dfp-tag-boombox1" class="dfp-ad ad-label"> <script type="text/javascript"> // User has not opted out googletag.cmd.push(function() { googletag.display('js-dfp-tag-boombox1'); }); </script> </div> </div> <div class="views-element-container rail-block-wrap mb-4 block-editors-choice block" id="block-evci-views-block-editors-choice-block-1-2"> <h2>Editor's Choice</h2> <div><div class="js-view-dom-id-50dbd2dba10e8cb2cfd8093c394d25f66563e6564172a5797a56c271c11700a8"> <div class="item-list"> <ol> <li><div class="views-field views-field-title"><span class="field-content"><a href="/news/number-uk-ev-chargers-increases-over-third-last-year" hreflang="en">Number of UK EV chargers increases by over a third in last year</a></span></div></li> <li><div class="views-field views-field-title"><span class="field-content"><a href="/news/siemens-supports-italian-ev-rollout-two-major-charging-projects" hreflang="en">Siemens supports Italian EV rollout with two major charging projects</a></span></div></li> <li><div class="views-field views-field-title"><span class="field-content"><a href="/news/us60m-announced-ev-charging-new-york-city" hreflang="en">US$60m announced for EV charging in New York City</a></span></div></li> </ol> </div> </div> </div> </div> <div class="views-element-container rail-block-wrap mb-4 block" id="block-evci-views-block-highlighted-content-carousel-block-1-2"> <h2>Highlighted Content</h2> <div><div class="grid2 js-view-dom-id-707594ae6b534e0bd1445e161aff3bf3e3babfff34ce23980c2b649c324e4947"> <div> <div id="flexslider-1" class="flexslider optionset-default"> <ul class="slides"> <li> <div class="views-field views-field-nothing"><span class="field-content"><div class="article-container"> <div class="img"> <a href="/feature/top-7-ev-charging-trends-2025" hreflang="en"><img loading="lazy" src="/sites/evci/files/styles/large_teaser_hero/public/2024-12/EV-charging-app%20c%20BiancoBlue%20-%20Dreamstime.com_.jpg?itok=WpK07psL" width="850" height="450" alt="Smart EV charging builds on dynamic pricing by integrating advanced load management. This ensures optimal energy usage and lowers costs for EV owners. Image: © BiancoBlue/Dreamstime.com" title="Smart EV charging builds on dynamic pricing by integrating advanced load management. This ensures optimal energy usage and lowers costs for EV owners. Image: © BiancoBlue/Dreamstime.com" typeof="Image" /> </a> </div> <div class="p-4"> <div class="font-sm font-grey mb-3"><time datetime="2024-12-18T10:00:05+00:00" title="Wednesday, December 18, 2024 - 10:00">December 18, 2024</time> </div> <div class="font-md font-dark bold"><a href="/feature/top-7-ev-charging-trends-2025" hreflang="en">The Top 7 EV Charging Trends for 2025</a></div> <div class="font-md font-dark mt-3"><a href="/feature/top-7-ev-charging-trends-2025">READ MORE <i class="fa-solid fa-arrow-right"></i></a></div> </div> </div> </span></div> </li> <li> <div class="views-field views-field-nothing"><span class="field-content"><div class="article-container"> <div class="img"> <a href="/feature/advances-ev-charging-technology-global-investments-are-shaping-ev-revolution" hreflang="en"><img loading="lazy" src="/sites/evci/files/styles/large_teaser_hero/public/2024-09/V2G-c-BiancoBlue-Dreamstime.com_.jpg?itok=GmfMeT5j" width="850" height="450" alt="Vehicle-to-Grid (V2G) technology continues to evolve, and there is likely to be a growing emphasis on smart charging stations capable of real-time data analysis and dynamic grid interaction. Image: © BiancoBlue/Dreamstime.com" title="Vehicle-to-Grid (V2G) technology continues to evolve, and there is likely to be a growing emphasis on smart charging stations capable of real-time data analysis and dynamic grid interaction. Image: © BiancoBlue/Dreamstime.com" typeof="Image" /> </a> </div> <div class="p-4"> <div class="font-sm font-grey mb-3"><time datetime="2024-09-27T10:47:21+01:00" title="Friday, September 27, 2024 - 10:47">September 27, 2024</time> </div> <div class="font-md font-dark bold"><a href="/feature/advances-ev-charging-technology-global-investments-are-shaping-ev-revolution" hreflang="en">Advances in EV charging technology: Global investments are shaping the EV revolution</a></div> <div class="font-md font-dark mt-3"><a href="/feature/advances-ev-charging-technology-global-investments-are-shaping-ev-revolution">READ MORE <i class="fa-solid fa-arrow-right"></i></a></div> </div> </div> </span></div> </li> <li> <div class="views-field views-field-nothing"><span class="field-content"><div class="article-container"> <div class="img"> <a href="/feature/trump-victory-poses-questions-evs-and-charging-infrastructure-rollout" hreflang="en"><img loading="lazy" src="/sites/evci/files/styles/large_teaser_hero/public/2024-11/c%20Joe%20Sohm-Dreamstime.com-Trump.jpg?itok=ooAN_r3b" width="850" height="450" alt="Previously a critic of state support for EV rollouts, US President-elect Donald Trump said at an electoral rally in August: “I’m for electric cars, I have to be because Elon endorsed me very strongly.” Image: © Joe Sohm/Dreamstime.com" title="Previously a critic of state support for EV rollouts, US President-elect Donald Trump said at an electoral rally in August: “I’m for electric cars, I have to be because Elon endorsed me very strongly.” Image: © Joe Sohm/Dreamstime.com" typeof="Image" /> </a> </div> <div class="p-4"> <div class="font-sm font-grey mb-3"><time datetime="2024-11-08T16:02:03+00:00" title="Friday, November 8, 2024 - 16:02">November 08, 2024</time> </div> <div class="font-md font-dark bold"><a href="/feature/trump-victory-poses-questions-evs-and-charging-infrastructure-rollout" hreflang="en">Trump victory poses questions for EVs and charging infrastructure rollout</a></div> <div class="font-md font-dark mt-3"><a href="/feature/trump-victory-poses-questions-evs-and-charging-infrastructure-rollout">READ MORE <i class="fa-solid fa-arrow-right"></i></a></div> </div> </div> </span></div> </li> </ul> </div> </div> </div> </div> </div> <div id="block-evci-dfptagboombox2-2" class="mb-4 text-center block"> <div style="display: none;">boombox2</div> <div id="js-dfp-tag-boombox2" class="dfp-ad ad-label"> <script type="text/javascript"> // User has not opted out googletag.cmd.push(function() { googletag.display('js-dfp-tag-boombox2'); }); </script> </div> </div> </div> </div> </div> </div> </div> </div> <footer id="footer" class="container-fluid p-0 grey-bg"> <div class="container p-5"> <h2 class="text-center mb-5 bold">Our Brands</h2> <div id="brands-listing" class="d-flex align-items-center justify-content-between flex-wrap"> <a href="https://www.evcandi.com/" class="my-2"><img src="/themes/custom/ropl/images/brand/EVC_Website.png" alt="brand"></a> <a href="https://www.itsinternational.com/" class="my-2"><img src="/themes/custom/ropl/images/brand/ITS_Logo_Website.svg" alt="brand"></a> <a href="https://www.globalhighways.com/" class="my-2"><img src="/themes/custom/ropl/images/brand/GH_Logo_Brown_Blue.png" alt="brand"></a> <a href="https://www.carreteras-pa.com/es" class="my-2"><img style="max-height: 55px;" src="/themes/custom/ropl/images/brand/Carreteras_logo.png" alt="brand"></a> <a href="https://www.globalhighways.com/daily-news/conexpoconagg-2023" class="my-2"><img src="/themes/custom/ropl/images/brand/Daily_News.png" alt="brand"></a> </div> <hr> <div class="my-4 d-flex align-top justify-content-between flex-wrap"> <div id="block-evci-footerresources" class="block"> <h2>Resources</h2> <ul class="menu"> <li class="menu-item" > <a href="/about-us" data-drupal-link-system-path="node/34">About Us</a> </li> <li class="menu-item" > <a href="/contact-us" data-drupal-link-system-path="node/35">Contact Us</a> </li> </ul> <a href="http://www.ropl.com/" class="my-2"><img width="200" src="/themes/custom/ropl/images/brand/ropl_corporate_logo.png" alt="Route One Publishing"></a> </div> <nav role="navigation" aria-labelledby="block-evci-footerusefullinks-2-menu" id="block-evci-footerusefullinks-2"> <h2 id="block-evci-footerusefullinks-2-menu">Useful Links</h2> <ul class="menu"> <li class="menu-item" > <a href="https://www.ropl.com/magazines/electric-vehicle-charging-infrastructure">Advertise</a> </li> <li class="menu-item" > <a href="https://www.iubenda.com/privacy-policy/68015476/cookie-policy">Cookie Policy</a> </li> <li class="menu-item" > <a href="/copyright-policy" data-drupal-link-system-path="node/46">Copyright Policy</a> </li> <li class="menu-item" > <a href="/disclaimer" data-drupal-link-system-path="node/36">Disclaimer</a> </li> <li class="menu-item" > <a href="https://www.iubenda.com/privacy-policy/68015476">Privacy Policy</a> </li> <li class="menu-item" > <a href="/subscription" data-drupal-link-system-path="node/95">Subscribe</a> </li> </ul> </nav> <nav role="navigation" aria-labelledby="block-evci-socialmedia-3-menu" id="block-evci-socialmedia-3"> <h2 id="block-evci-socialmedia-3-menu">Follow Us</h2> <ul class="menu"> <li class="menu-item" > <a href="https://www.facebook.com/evcinfra"><i class="fa-brands fa-facebook" aria-hidden="true"></i> <span class="link-text">Face</span></a> </li> <li class="menu-item" > <a href="https://www.instagram.com/evc_infra/"><i class="fa-brands fa-instagram" aria-hidden="true"></i> <span class="link-text">Instagram</span></a> </li> <li class="menu-item" > <a href="https://www.linkedin.com/company/ev-charging-and-infrastructure"><i class="fa-brands fa-linkedin" aria-hidden="true"></i> <span class="link-text">LinkedIn</span></a> </li> <li class="menu-item" > <a href="https://twitter.com/evc_infra"><i class="fa-brands fa-x-twitter" aria-hidden="true"></i> <span class="link-text">Twitter</span></a> </li> <li class="menu-item" > <a href="https://www.youtube.com/channel/UCRxFAVv5-UQVBA1h059pqeg"><i class="fa-brands fa-youtube" aria-hidden="true"></i> <span class="link-text">YouTube</span></a> </li> </ul> </nav> </div> </div> <div id="copyright" class="container-fluid text-center font-light font-sm p-2">Copyright ©2025 Electric Vehicle Charging & Infrastructure. All rights reserved.</div> </footer> </div> <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"node\/1385","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJyNkV2OgzAMhC-UH2kvhAwxqbtOjGID5fZLKQ9bKq32xZl8tuTJBFIygbpFOEUYm1RzYAzagSqpQbWYWXrgD6wrogFjsy833BAV-7llbF3BOscPEgbVf83d1eEy0LnWq21MNbuR8aFMCVukapgbGEl14-4YVlQpGH_poEv-qxf0RsVlkczYQQXejAaNV-Bo7rEmiOd5vftB5JvQq_B82GkycUzj9BKXJ-imhiX2oOgWwlXjUQPc4fEGiqSZ32ca6iRVaUGfGyW34p5WhiPDUVoJK_on8E_ij4_cDf4ACjG9Ug","theme":"evci","theme_token":null},"ajaxTrustedUrl":[],"google_analytics":{"account":"G-MECWX27SVD","trackOutbound":true,"trackMailto":true,"trackTel":true,"trackDownload":true,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip"},"iubenda":{"language":"en","site_id":"2865506","policy_id":"68015476","show_gdpr":1,"show_ccpa":1,"country_detection":1,"consent_on_browsing":0,"per_purpose_consent":1,"position":"float-top-center","apply_styles":1,"buttons":{"accept_button":1,"accept_button_text":"Accept","reject_button":1,"customize_button":1}},"flexslider":{"optionsets":{"default":{"animation":"fade","animationSpeed":600,"direction":"horizontal","slideshow":true,"easing":"swing","smoothHeight":false,"reverse":false,"slideshowSpeed":7000,"animationLoop":true,"randomize":false,"startAt":0,"itemWidth":0,"itemMargin":0,"minItems":0,"maxItems":0,"move":0,"directionNav":true,"controlNav":true,"thumbCaptions":false,"thumbCaptionsBoth":false,"keyboard":true,"multipleKeyboard":false,"mousewheel":false,"touch":true,"prevText":"Previous","nextText":"Next","namespace":"flex-","selector":".slides \u003E li","sync":"","asNavFor":"","initDelay":0,"useCSS":true,"video":false,"pausePlay":false,"pauseText":"Pause","playText":"Play","pauseOnAction":true,"pauseOnHover":false,"controlsContainer":".flex-control-nav-container","manualControls":""}},"instances":{"flexslider-1":"default"}},"views":{"ajax_path":"\/views\/ajax","ajaxViews":{"views_dom_id:390ef973d4c3ad59f240735c09b419e67c84a7ba717ae78adf1f81d3054af4d7":{"view_name":"solr_index","view_display_id":"block_1","view_args":"1385","view_path":"\/node\/1385","view_base_path":null,"view_dom_id":"390ef973d4c3ad59f240735c09b419e67c84a7ba717ae78adf1f81d3054af4d7","pager_element":0}}},"atlas_assistant":{"domain_uuid":"cbf82422-d792-45a1-8a34-7fa6e4e1aff2","domain":"https:\/\/gotatlas.io","categories":["Government initiatives, innovations, and legislation","Built infrastructure requirements"]},"user":{"uid":0,"permissionsHash":"113bdf2165f53e8e101a6b35849c3474b03e57e920c88df94d6bdab43acd5deb"}}</script> <script src="/core/assets/vendor/jquery/jquery.min.js?v=3.7.1"></script> <script src="/core/assets/vendor/once/once.min.js?v=1.0.1"></script> <script src="/core/misc/drupalSettingsLoader.js?v=10.4.1"></script> <script src="/core/misc/drupal.js?v=10.4.1"></script> <script src="/core/misc/drupal.init.js?v=10.4.1"></script> <script src="/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0"></script> <script src="https://static.addtoany.com/menu/page.js" defer></script> <script src="/modules/contrib/addtoany/js/addtoany.js?v=10.4.1"></script> <script src="/core/assets/vendor/js-cookie/js.cookie.min.js?v=3.0.5"></script> <script src="/modules/custom/atlas_assistant/js/assistant.js?v=10.4.1"></script> <script src="https://gotatlas.io/sites/atlas/modules/atlas/js/bootstrap.js"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script src="/modules/contrib/cheeseburger_menu/js/cheeseburger_menu.js?v=1.x"></script> <script src="/sites/evci/themes/custom/evci/js/scripts.js?sqynko"></script> <script src="/libraries/flexslider/jquery.flexslider-min.js?sqynko"></script> <script src="/modules/contrib/flexslider/dist/js/flexslider.load.min.js?sqynko"></script> <script src="/modules/contrib/google_analytics/js/google_analytics.js?v=10.4.1"></script> <script src="/modules/contrib/iubenda/js/iubenda.js?v=10.4.1"></script> <script src="//cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async></script> <script src="/themes/custom/ropl/js/dfp.js?sqynko"></script> <script src="/themes/custom/ropl/contrib/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js?sqynko"></script> <script src="/themes/custom/ropl/contrib/sticky/sticky.min.js?sqynko"></script> <script src="/themes/custom/ropl/js/pace.min.js?sqynko"></script> <script src="/core/misc/jquery.form.js?v=4.3.0"></script> <script src="/core/misc/progress.js?v=10.4.1"></script> <script src="/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0"></script> <script src="/core/misc/debounce.js?v=10.4.1"></script> <script src="/core/misc/announce.js?v=10.4.1"></script> <script src="/core/misc/message.js?v=10.4.1"></script> <script src="/core/misc/ajax.js?v=10.4.1"></script> <script src="/core/modules/views/js/base.js?v=10.4.1"></script> <script src="/core/modules/views/js/ajax_view.js?v=10.4.1"></script> <script src="/modules/contrib/we_megamenu/assets/js/we_mobile_menu.js?v=1"></script> <script src="/modules/contrib/we_megamenu/assets/js/we_megamenu_frontend.js?v=1"></script> </body> </html>