CINXE.COM
India Energy Week 2025
<!DOCTYPE HTML> <html lang="en-US"> <head> <style id="initialPageLoadSpinnerStyles"> .dragContainer { position: absolute; height: 6.25rem; width: 6.25rem; top: 40%; left: 50%; margin-left: -5rem; display: none; } .outerContainer { top: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 11.75rem; height: 11.75rem; padding: 1rem; background-color: #f7f8f9; border-radius: 50%; box-sizing: border-box; } .container { position: relative; margin: 0 auto; transform: translateZ(0) rotate(.1); } .outerCircle { width: 8.75rem; height: 8.75rem; top: 50%; left: 60%; animation-duration: 3s; border-color: #006ae1 #006ae1 #aed4ff; box-sizing: border-box; } .circle { border-radius: 50%; border-style: solid; position: absolute; border-width: 0.75rem; width: 8.75rem; height: 8.75rem; top: 50%; left: 60%; animation: 3s linear infinite spinner; animation-play-state: inherit; box-sizing: border-box; } @keyframes spinner { 0% { transform: translate3d(-50%, -50%, 0) rotate(0deg); } 100% { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } @media only screen and (max-width: 48em) { html { font-size: 75%; } } </style> <style> .defaultGlobalFont { font-family: 86ff7cae-1f4e-42b9-8c45-8ca76cca9e87 } </style> <title>India Energy Week 2025</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="India Energy week"> <meta name="title" content="India Energy Week 2025."><meta name="twitter:card" content="summary"><meta name="title" property="og:title" content=""><meta name="twitter:title" content=""><meta name="description" property="og:description" content=""><meta name="twitter:description" content=""><meta name="image" property="og:image" content="https://custom.cvent.com/60d08ede2c904d4ebb94d8438de6461f/3594ae96c6b99b7842b5379f02062108/2fe24000628c4f45a85e4e8ed44d433c/3e88073ccbbc96dca79ea3a7e74c7cdd.jpeg"><meta name="twitter:image" content="https://custom.cvent.com/60d08ede2c904d4ebb94d8438de6461f/3594ae96c6b99b7842b5379f02062108/2fe24000628c4f45a85e4e8ed44d433c/3e88073ccbbc96dca79ea3a7e74c7cdd.jpeg"> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=">event_ui_mono_repo_1_0_0_SNAPSHOT_paths = 'https://www.cvent-assets.com/event-guestside-site/assets/';</script> <link rel="canonical" href=https://www.indiaenergyweek.com/event/332e3aec-5710-4c49-8eb1-eae89f2d12ee/summary /> <link nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" rel="icon" type="image/x-icon" href="https://custom.cvent.com/60d08ede2c904d4ebb94d8438de6461f/pix/favicon.ico"> <link nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" rel="apple-touch-icon" type="image/x-icon" href="https://custom.cvent.com/60d08ede2c904d4ebb94d8438de6461f/pix/favicon.ico"> <style id="richTextRendererStyles"></style> </head> <body class="defaultGlobalFont"> <div class="dragContainer" id="initialPageLoadSpinner"> <div class="outerContainer"> <div class="container"> <div class="outerCircle circle"></div> </div> </div> </div> <div id="react-mount"></div> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/runtime.prod.master_v16.9863946cf7665b8d0ef6.js"></script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/6583.prod.master_v16.5a8d7ad4dac8ffa38530.js"></script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/2463.prod.master_v16.34b948072e842520ed45.js"></script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/2546.prod.master_v16.612722ab3da01d0c7ae7.js"></script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/6054.prod.master_v16.2e10bc0f77125a83b684.js"></script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/main.prod.master_v16.293ec351911d5c65a24e.js"></script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0="> window.CVENT = { codeSnippets: {}, codeSnippetsWithResolvedDatatags: {}, addTriggerHandlers: function (event, triggerHandler) { if (!this.codeSnippets[event]) { this.codeSnippets[event] = []; } this.codeSnippets[event].push(triggerHandler); }, runTriggerHandlers: function (event) { if (this.codeSnippetsWithResolvedDatatags[event] && this.codeSnippetsWithResolvedDatatags[event].length > 0) { let handlers = this.codeSnippetsWithResolvedDatatags[event]; for (let i=0; i < handlers.length; i++) { try { new Function(handlers[i])(); } catch (ex) { // ignore errors in third-party snippets console.error(`error in code snippet for ${event}`, ex); } } } }, clearBannerTriggerHandlers: function () { delete this.codeSnippets.Initialization_Banner; delete this.codeSnippets.RegistrationConversion_Banner; delete this.codeSnippets.AllPages_Banner; }, experiments: {"flex_convert_reg_cart_client_to_functional":0,"enable_gender_neutrality_for_hotel_request":1,"flex_address_widget_customization":2,"flex_question_library_ui_integration":1,"cookie_consent_enhancements":1,"reg_new_webpayments_component":0,"advanced_group_purchase":0,"flex_optimize_external_contact_merge_process":0,"hotel_widget_remove_cancel_done_button":0,"print_pool_dialog_self_reg_qr":1,"cpra_all_contacts":1,"enable_gender_neutrality_for_flight_request":0,"event_assistant":0,"use_web_payment_form_for_travel_credit_card_widget":0,"flex_enable_registration_paths_localization":1,"sd_user_role_permissions":2,"flex_contact_field_styling":0,"invite_only_sso_private_events":1,"alternate_travel_ques_for_guest":1,"display_event_website_async_publish_error":0,"flex_add_multiple_group_member_reg_mod":0,"add_pronouns_bio_headline_website_fields_in_reg":0,"registration_data_integrity":0,"support_lossy_image_compression":0,"hide_legacy_agenda_widget":1,"multi_select_combobox_for_reg_question":0,"event_site_editor_delta_save":0,"flex_question_widget_styling":0,"content_release_sep_13_23":1,"flex_use_graphql_account_translation_data":{"version":2},"sponsors_widget":0,"flex_categorize_code_snippets":1,"registration_process_user_role_permissions":1,"badge_pickup_reminder_widget":0,"reg_text_writing_assistant":1,"registration_expresspay":1,"flex_show_remove_fee_toggle_reg_summary":0,"flex_website_agenda_multilingual_search":0,"registration_queue_reg_cart_updates":1,"event_container_version":15,"google_analytics_session_source":1,"reg_blocks_theming":0,"site_designer_save_draft":0,"src_agenda_session_share_link":1,"exhibitors_widget":1,"flex_initial_load_spinner":0,"hybrid_inperson_session_waitlist_adhoc_fix":0,"allow_real_invitees_to_test_registrations":0,"flex_hover_state":1,"reg_paygo_require_cvv":1,"feature_release":18,"flex_use_graphql_question_data":null,"reg_timeout_warning_modal":1,"flex_new_cookie_banner":1,"flex_website_agenda_session_description_enhancement":1,"share_filtered_session_add":1,"friendly_url_pages":0,"appts_sunset_legacy_calendar":0,"content_release_aug_30_23":1,"event_embedded_agenda_widget":1,"section_layouts":0,"flex_website_speaker_redesign":0,"hotel_widget_build_menu_enhancements":1,"flex_continuous_performance_improvement":null}, version: '9.0.33', graphqlVersion: '3.2.28' } const showLoading = window.CVENT.experiments.flex_initial_load_spinner; if (showLoading) { document.getElementById('initialPageLoadSpinner').style.display = 'block'; } else { document.getElementById('initialPageLoadSpinner').style.display = 'none'; } </script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0="> window.onscroll = function() { scrollFunction() }; function scrollFunction() { if (document.body.scrollTop > 300 || document.documentElement.scrollTop > 300) { document.querySelector(".scrolinganimationnav").classList.add("scroll"); } else { document.querySelector(".scrolinganimationnav").classList.remove("scroll"); } } window.CVENT.addTriggerHandlers('AllPages', function() { var content = { "@context": "https://schema.org", "@type": "Event", "name": "India Energy Week 2025", "startDate": "2025-02-11T09:00-05:00", "endDate": "2025-02-11T18:00-05:00", "eventAttendanceMode": "", "eventStatus": "", "location": { "@type": "Place", "name": "Yashobhoomi", "address": { "@type": "PostalAddress", "streetAddress": "", "addressLocality": "New Delhi", "postalCode": "110061", "addressRegion": "Dwarka", "addressCountry": "India" } }, "image": [ "https://custom.cvent.com/60d08ede2c904d4ebb94d8438de6461f/pix/6b6e8e8e55ff46729c70d2aaa42a73ce.png" "https://custom.cvent.com/60d08ede2c904d4ebb94d8438de6461f/pix/6a14457cf76e41be8ff482eca8885313.png", "https://custom.cvent.com/60d08ede2c904d4ebb94d8438de6461f/pix/21c4e7103df9405baa73e5ccc9185be4.png", ], "description": "SHAPING THE FUTURE OF ENERGY", "organizer": { "@type": "Organization", "name": "FIPI and DMG Events", "url": "https://www.dmgevents.com/" } } var theHeader = document.getElementsByTagName('head').item(0); var scriptTag = document.createElement("script"); scriptTag.type = "application/ld+json" scriptTag.appendChild(content) theHeader.appendChild(scriptTag); }); </script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" async src="https://www.googletagmanager.com/gtag/js?id=G-MK8HPQJ"></script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0="> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-MK8HPQJ'); </script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" nomodule id="internet-explorer-is-dead" src="https://www.cvent-assets.com/event-guestside-site/assets/internet-explorer-is-dead.v6.min.js" data-asset-root="https://www.cvent-assets.com/event-guestside-site/assets/" data-culture-code="en-gb" ></script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Event", "name": "India Energy Week 2025", "description": "<div class="ag87-crtemvc-hsbk"><div class="css-vsf5of"><p style="text-align:left;" class="carina-rte-public-DraftStyleDefault-block"><span style="color: rgb(0,0,0);">Building on the success of two editions, inaugurated by the Hon'ble Prime Minister of India, Shri Narendra Modi, the third edition of India Energy Week is set to solidify its position as a pivotal meeting place for the global energy industry.</span></p><p style="text-align:left;" class="carina-rte-public-DraftStyleDefault-block"><span style="color: rgb(0,0,0);">Taking place between 11 – 14 February 2025 in New Delhi, India, under the patronage of the Ministry of Petroleum and Natural Gas, India and jointly organised by Federation of Indian Petroleum Industry (FIPI) and DMG Events, India Energy Week will convene the global energy industry to address the most pressing challenges facing the sector, offering an influential platform for collaboration and innovation that will shape the future of energy worldwide.</span></p><p style="text-align:left;" class="carina-rte-public-DraftStyleDefault-block"><span style="color: rgb(0,0,0);">As India emerges as a global leader in the energy transition and a major player in the global economy, India Energy Week 2025 will showcase the nation's model for a low-carbon growth economy. The event will highlight India's commitment to energy access, security, and sustainability, featuring innovative solutions, ambitious decarbonisation targets, and significant investment opportunities. By fostering global collaboration and showcasing India's rising influence in the world through its economic and geopolitical leadership, India Energy Week 2025 will demonstrate India's leadership in driving measurable progress towards a cleaner energy future for all.</span></p></div></div>", "image": "", "startDate": "Tue Feb 11 03:30:00 UTC 2025", "endDate": "Fri Feb 14 12:30:00 UTC 2025", "eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode", "location": [{ "@type": "Hybrid", "url": "www.indiaenergyweek.comevent/332e3aec-5710-4c49-8eb1-eae89f2d12ee" },{ "@type": "Place", "name": "Yashobhoomi", "address": { "@type": "PostalAddress", "streetAddress": "", "addressLocality": "New Delhi", "addressRegion": "", "postalCode": "", "addressCountry": "IN" } }] } </script> <script nonce="lzpgmno0m1QgYrd0jdHpizCLGj0=" > function applicationInit() { var applicationSettings = { viewRoot: '/event', accountName: 'FEDUS00023', createdBy: '', analyticsUrl: 'https://io.cvent.com/factor', analyticsUrlPath: '/dai/v1/batch_facts', attendeeExperienceUrl: 'https://web.cvent.com/hub/', webPaymentsSettings: '{"webPaymentsEndpoint":"https://webpayments.cvent-production.cvent.cloud/webpayments/","webPaymentsApplicationId":"aZM6pToAdoEpHZZw0g5wSelws7T2BL73FIea1HZpaTOgQlc3Xg.6ggfFxVRmGYsf0bySAd8ZSA1uzY8hE.FQ3SnSHUXOkul4jCv.vTfEDw85qpJvu07Ju3YDPmQz.UcxgvstlsRPtKtJUJ0BjqXdxA--","webPaymentsPermanentApplicationId":"aZM6pToAdoEpHZZw0g5wSVvVL7Hf1sIS6cDRyFP0QXdrk8Q9VN0Hh4l4B.mv2kSgQCY3JGGdM7TwFN.BPa6iwq5ep8LhRATKkgI1VBARx1Vf5eNE9uA7bGhPt8AHnIS9AxrWrgj0SXA2eWjpWhJw7Q--"}', assetRoot: 'https://www.cvent-assets.com/event-guestside-site/assets/', baseName: '', environment: '', isDebug: false, eventContext: {"isValid":true,"eventId":"332e3aec-5710-4c49-8eb1-eae89f2d12ee","abandonedReg":false,"viewMode":"standard","isPlanner":false,"isPreview":false,"sessionId":"node01lvu9huco4m8ngcehcw5h97l231513","abortRegistrationSecondsDelay":10}, accessToken: 'BEARER 0336d5812bbfced29ac8fa6c2a331db3c177dbe90b89b6cd4e1d0702d198c028a3c4ad1792b2c27ee5158cd441c6e26790276290dd0ece12e625193441cd85fa', sessionId: 'node01lvu9huco4m8ngcehcw5h97l231513', serviceBaseUrl: '/event_guest', logToServer: true, eventLaunchWizardSettings: '{"isMerchantCPS":false,"showBankAccount":false,"openLaunchWizard":false,"remittanceType":"bank","isSalesForceIdPresent":false}', plannerRegSettings: { successUrl: '', exitUrl: '', sendEmail: true, modificationRequest: null, apolloServerBaseUrl: '', }, cultureCode: 'en-gb', eventTimezoneId: 190, capacityIds: ["332e3aec-5710-4c49-8eb1-eae89f2d12ee_testmode","d9fe9ee5-4ed7-4d05-b365-62176911a80a_testmode","e2f97d9f-eef3-44a4-99c3-d29767945090_testmode","ad482ccf-9a13-4630-aa89-76891f94b141_testmode","f089cf48-7562-488a-af3c-1e35c50a3b9d_testmode","d34ac33f-1354-4470-a545-f9f74149b592_testmode","8804e602-8b6a-4ceb-8468-ab40aa9c5f0a_testmode","98fa7fd2-5028-4273-b4f1-6b3ae283be12_testmode","5432a79b-1817-41c2-b565-92e0dc0f8c7d_testmode","fdc00597-cfc5-469e-aac5-582151879174_testmode","0460da16-a15b-4288-9d5d-0f49cbb2d1fd_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::00000000-0000-0000-0000-000000000000_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::f83bb840-a95d-41dd-a496-c3287ae8054f_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::2ca583f2-5df7-4a5b-bb55-b6faf1a2ead3_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::2239d9e3-acaf-46fc-b5fe-43428aef8f5c_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::1aed4f6d-571d-4c25-b5fa-ae8177c67e6c_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::bab2e072-1ca5-40c6-8cb9-e8cfe8388626_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::6348b2db-944b-491c-96a7-0add9c1d8773_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::3cfb0e72-3dc3-414e-9686-b114e0122b36_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::16e3af92-8ac1-4893-891c-3356a30c0950_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::0ed9cf82-ca7c-405d-8663-85a7c301feaa_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::183a5c68-57cb-4527-a415-a4a2ae592c06_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::72ea895f-9319-4775-94f9-a2a7e4eb967b_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::16c4e2ad-6ef1-4f09-aa5c-0706fa26cc55_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::573670f0-04f7-4737-873a-5b33ebe1ced7_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::3c68c812-bd46-4d6d-b4db-fdf6140670e3_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::9f1ce2bb-c7cf-4cd7-856f-0496b837326b_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::0ae4cbbf-f6fc-49ca-a23c-0c003abd2df1_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::6a269bdc-aa73-486a-8443-11543d04720e_testmode","332e3aec-5710-4c49-8eb1-eae89f2d12ee::7d9382ab-57eb-4bad-b480-32fc24631a3f_testmode"], isTravelEnabled: true, accountSnapshotVersion: 'gWQVxPAFmd3HYSfz91Gu4GQCjkmvJK5d', eventSnapshotVersion: '1f6tJdWIcFX5nRPtqx2uvHjGPgzW09nF', travelSnapshotVersion: '48L7V.cSR_92oFZ5uxcZmIAY71wya_3J', experiments: {"flexSsoAdminRegManage":true,"useProductVisibilityService":true,"granularSiteLoading":true,"isUserTextLoadedOnlyForSecondaryLanguage":true,"isFlexWebsiteAgendaRedesignEnabled":true,"preventAdmissionItemSelectionDuringRegMod":false,"flexCacheRegCartPricing":true,"featureRelease":18,"isApptsNewInterestWidgetEnabled":true,"flexProductVersion":68,"waxAttendeeLogin":false,"flexTieCookieBannerToAnalyticsExperimentVariant":2,"preventDedupeLogic":true,"useNewVisibleProductsForRegCart":1}, appleMapToken: 'eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlBYNVdSWUs4M1MifQ.eyJpYXQiOjE3MTIyMzI1NTkuMCwiZXhwIjoxNzc1MzA0NjE5LjAsImlzcyI6IjdYTFBTRzY5NlMifQ.2miP2MG4SAUV1q6npK8kNJlE3EOGT-8vo0TmFbezGR3-yJDsVySpnMwZWmRRLRiKgmVDcswOIVC9m7R_gkHOTQ', appointmentsUrl: 'https://www.cvent.com/c/appointments', deemUrl: 'https://www.cvent.com/Events/Registrations/RPA.aspx', csrfToken: '', datadogEnvironment: 'production', captchaSiteKey: '6Ledvt8fAAAAABAJKKollVGM3zI1AxcwPREU5LlV', eventLocales: [{localeId:1033,cultureCode:'en-US'}], defaultCultureCode: 'en-US', isAllowDetectLanguages: true, hasMultipleLanguages: false, defaultFont: '86ff7cae-1f4e-42b9-8c45-8ca76cca9e87' }; loadAssets(applicationSettings); } if (!window.cvtUnsupportedBrowser) { applicationInit(); } else { window.loadInUnsupportedBrowser = applicationInit; } </script> </body> </html>