billinfo.pk Ads.txt file

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index, follow' />

<title>Check electricity bill for any city in Pakistan</title>
<meta name="description" content="Check your electricity bill online, print or donwload the bill copy for free. Select your city and check electricity wapda bills." />
<link rel="canonical" href="https://iescobill.pk/electricity-bill/" />
<style>
body {
font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
margin:0;
padding:0;
background:#e1f4f8;
font-size:16px;
word-spacing:1px;
}

.container {
max-width:1200px;
padding:10px;
display: grid;
margin:0 auto;
grid-template-areas:
'header header header'
'content content sidebar';
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.container .cell {
margin:5px;
padding:20px;
background:#fff;
}
.topbar {
background:#157cb2;
font-size:0px;
}
.topbar a {
color:#fff;
text-decoration:none;
padding:12px;
display:inline-block;
transition: background 0.5s;
font-size:14px;
}
.header {
background:#fff;
padding:5px;
border-radius:6px;
grid-area:header;
}
.header ul {
float:right;
}
.header li {
list-style:none;
display:inline-block;
padding:5px;
margin:5px;
}
.content {
grid-area:content;
}
.sidebar {
grid-area:sidebar;
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(225,244,248,1) 100%) !important;
}
.sidebar a {
display:block;
padding:5px;
margin:5px 0px;
}
.sidebar fieldset {
border:4px solid #e1f4f8;
margin-bottom:15px;
background:#fff;
}
.sidebar legend {
color:#6c757d;
font-weight:bold;
}
.footer {
background:#157cb2;
padding:20px;
color:#fff;
}
.footer .columns {
max-width:1300px;
margin:0 auto;
display:grid;
grid-template-columns:auto auto auto;
gap:20px;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.footer .heading {
font-size:18px;
margin:10px 0px 15px;
font-weight:500;
}
.topbar {
height:44px;
overflow:hidden;
}
.topbar a:hover {
background:#fff;
color:#00b4d8;
}
.footer .copyright {
max-width:1300px;
text-align:center;
color:#ddd;
margin:0 auto;
}
.footer .copyright a {
display:inline-block;
color:#ddd;
}
.footer hr {
border: none;
border-bottom: 2px solid skyblue;
margin: 20px 0px;
}
.footer a {
display:block;
padding:5px 0px;
color:#fff;
margin:5px 0px;
}
.footer a:hover {
color:#eee;
}
a {
color:#157cb2;
text-decoration:none;
}
a:hover {
color:#00b4d8;
text-decoration:underline;
}
.center {
text-align:center;
}
.py-1 {
padding:5px 0px;
}
.py-2 {
padding:10px 0px;
}
.py-3 {
padding:15px 0px;
}
.py-4 {
padding:20px 0px;
}
.py-5 {
padding:25px 0px;
}
#billForm input[type='text'] {
max-width:450px;
display:block;
margin:25px auto;
text-align:center;
font-family:arial;
font-weight:500;
font-size:18px;
width:100%;
border:2px solid rgba(52, 172, 224, 0.7);
}
#billForm input[type='checkbox'] {
padding:5px;
}

#billForm {
border:3px dashed #ccc;
padding:15px;
text-align:center;
}
.button {
background:#157cb2;
border:none;
cursor:pointer;
padding:16px 60px;
text-transform:uppercase;
white-space:normal;
color:#fff;
font-size:14px;
}
.button:hover {
color:#000;
}

input, select {
padding:16px;
width:100%;
box-sizing:border-box;
}
input[type='submit'] {
max-width:250px;
margin: 0 auto;
display:block;
}
input[type='checkbox'] {
width:auto;
}
.circles {
display:grid;
grid-template-columns: auto auto auto;
}
.electric-bills a {
display:inline-block !important;
width:68px;
height:68px;
padding:0px !important;
margin:5px;
background:url('/images/company-logos.webp');
}
.electric-bills .hesco {
background-position:-68px 0px;
}
.electric-bills .gepco {
background-position:-136px 0px;
}
.electric-bills .fesco {
background-position:-204px 0px;
}
.electric-bills .tesco {
background-position:-272px 0px;
}
.electric-bills .sepco {
background-position:0px -68px;
}
.electric-bills .mepco {
background-position:-68px -68px;
}
.electric-bills .iesco {
background-position:-136px -68px;
}
.electric-bills .pesco {
background-position:-204px -68px;
}
.electric-bills .qesco {
background-position:-272px -68px;
}
.fullWidth {
width:100%;
height:auto;
}
.myadd {
height:300px;
padding:10px 0px;
}

#theBill .maincontent {
background:#fff;
font-family:sans-serif,arial;
}
.fullbutton {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.theadd, .autoadd {
min-height:280px;
}
.entry-meta {
font-size:12px;
}


@media only screen and (max-width: 1235px) {
.header {
text-align:center;
}
.header .nav {
float:none;
margin:0;
padding:0;
}
}
@media only screen and (max-width: 940px) {
.container {
display:block !important;
}

}
@media only screen and (max-width:600px){
body {
word-spacing:0px;
font-size:14px;
font-weight:normal;
}
.topbar {
display:none;
}
#billForm input[type='text'] {
width:auto;
}
.header .nav {
display:none;
}
.footer .columns {
display:block !important;
}
.circles {
display:block !important;
}
.container .cell {
padding:10px;
}
h1 {
margin:5px 0px;
font-size:22px;
}
}
</style></head>
<body>
<div class='topbar center noprint'>
<a href='/'>IESCO</a>
<a href='/lesco-bill.html'>LESCO</a>
<a href='/mepco-bill.html'>MEPCO</a>
<a href='/fesco-bill.html'>FESCO</a>
<a href='/pesco-bill.html'>PESCO</a>
<a href='/gepco-bill.html'>GEPCO</a>
<a href='/sepco-bill.html'>SEPCO</a>
<a href='/hesco-bill.html'>HESCO</a>
<a href='/qesco-bill.html'>QESCO</a>
<a href='/tesco-bill.html'>TESCO</a>
<a href='/hazeco-bill.html'>HAZECO</a>
</div> <div class='container'>
<div class='header cell'>
<a href='/'><img src='/images/logo.webp' width='242' height='60' alt='iesco online bill' /></a>
<ul class='nav'>
<li><a href='/'>Home</a></li>
<li><a href='/electricity-bill/'>Check Electricity Bill</a></li>
<li><a href='/iesco-bill-calculator/'>Bill Calculator</a></li>
<li><a href='/iesco-bill-payment/'>IESCO Bill Payment</a></li>
<li><a href='/iesco-bill-monthly/'>Monthly Bill Subscription</a></li>
<li><a href='/old-bill-history/'>Old Bill History</a></li>
</ul>
</div> <div class='content cell'>
<h1>Check Electricity Bill</h1>
<p>Looking for electricity bill duplicate copy? Let us help you! Please choose your electric supply company below, then enter reference number, and you will get your electricity bill within seconds.</p>

<div class="companies">
<div class='item'>
<a href="/lesco-bill.html">
<img loading="lazy" width="200" height="200" src="/images/lesco-logo.jpg" alt="lesco electric bill"/>
LESCO
</a>
</div>
<div class='item'>
<a href="/">
<img loading="lazy" width="200" height="200" src="/images/iesco-logo.jpg" alt="iesco electric bill"/>
IESCO
</a>
</div>
<div class='item'>
<a href="/mepco-bill.html">
<img loading="lazy" width="200" height="200" src="/images/mepco-logo.jpg" alt="mepco electric bill"/>
MEPCO
</a>
</div>
<div class='item'>
<a href="/pesco-bill.html">
<img loading="lazy" width="200" height="200" src="/images/pesco-logo.jpg" alt="pesco electric bill"/>
PESCO
</a>
</div>
<div class='item'>
<a href="/fesco-bill.html">
<img loading="lazy" width="200" height="200" src="/images/fesco-logo.jpg" alt="fesco electric bill"/>
FESCO
</a>
</div>
<div class='item'>
<a href="/gepco-bill.html">
<img loading="lazy" width="200" height="200" src="/images/gepco-logo.jpg" alt="gepco electric bill"/>
GEPCO
</a>
</div>
<div class='item'>
<a href="/hesco-bill.html">
<img loading="lazy" width="200" height="200" src="/images/hesco-logo.jpg" alt="hesco electric bill"/>
HESCO
</a>
</div>
<div class='item'>
<a href="/sepco-bill.html">
<img loading="lazy" width="200" height="200" src="/images/sepco-logo.jpg" alt="sepco electric bill"/>
SEPCO
</a>
</div>
</div>

<p>Not sure about your electricity company? Let us find it for you. Please choose your city below and we will take you to the relevant billing web page:</p>



<div class="cellbg grid chooseCity">
<div>
<p><strong>Choose Your City:</strong></p>
</div>
<div>
<select name='city' id='cities'><option value=''>Select City</option><option value='pesco'>Abbotabad</option><option value='mepco'>Ahmedpur East</option><option value='mepco'>Arif Wala</option><option value='iesco'>Attock</option><option value='hesco'>Badin</option><option value='mepco'>Bahawalnagar</option><option value='mepco'>Bahawalpur</option><option value='fesco'>Bhakkar</option><option value='fesco'>Bhalwal</option><option value='mepco'>Burewala</option><option value='iesco'>Chakwal</option><option value='qesco'>Chaman</option><option value='pesco'>Charsadda</option><option value='fesco'>Chiniot</option><option value='mepco'>Chishtian</option><option value='sepco'>Dadu</option><option value='sepco'>Daharki</option><option value='gepco'>Daska</option><option value='mepco'>Dera Ghazi Khan</option><option value='pesco'>Dera Ismail Khan</option><option value='fesco'>Faisalabad</option><option value='lesco'>Ferozwala</option><option value='sepco'>Ghotki</option><option value='fesco'>Gojra</option><option value='gepco'>Gujranwala</option><option value='gepco'>Gujranwala Cantonment</option><option value='gepco'>Gujrat</option><option value='gepco'>Hafizabad</option><option value='mepco'>Haroonabad</option><option value='mepco'>Hasilpur</option><option value='qesco'>Hub</option><option value='hesco'>Hyderabad</option><option value='iesco'>Islamabad</option><option value='sepco'>Jacobabad</option><option value='fesco'>Jaranwala</option><option value='mepco'>Jatoi</option><option value='fesco'>Jhang</option><option value='iesco'>Jhelum</option><option value='pesco'>Kabal</option><option value='fesco'>Kamalia</option><option value='sepco'>Kamber Ali Khan</option><option value='gepco'>Kamoke</option><option value='sepco'>Kandhkot</option><option value='kesc'>Karachi</option><option value='lesco'>Kasur</option><option value='sepco'>Khairpur</option><option value='mepco'>Khanewal</option><option value='mepco'>Khanpur</option><option value='fesco'>Khushab</option><option value='qesco'>Khuzdar</option><option value='pesco'>Kohat</option><option value='lesco'>Kot Abdul Malik</option><option value='mepco'>Kot Addu</option><option value='hesco'>Kotri</option><option value='lesco'>Lahore</option><option value='sepco'>Larkana</option><option value='mepco'>Layyah</option><option value='mepco'>Lodhran</option><option value='gepco'>Mandi Bahauddin</option><option value='pesco'>Mansehra</option><option value='pesco'>Mardan</option><option value='fesco'>Mianwali</option><option value='pesco'>Mingora</option><option value='ajk-barkiyat'>Mirpur</option><option value='tesco'>Mirpur Khas</option><option value='sepco'>Mirpur Mathelo</option><option value='mepco'>Multan</option><option value='lesco'>Muridke</option><option value='ajk-barkiyat'>Muzaffarabad</option><option value='mepco'>Muzaffargarh</option><option value='gepco'>Narowal</option><option value='hesco'>Nawabshah</option><option value='pesco'>Nowshera</option><option value='lesco'>Okara</option><option value='mepco'>Pakpattan</option><option value='pesco'>Peshawar</option><option value='qesco'>Quetta</option><option value='mepco'>Rahim Yar Khan</option><option value='iesco'>Rawalpindi</option><option value='mepco'>Sadiqabad</option><option value='mepco'>Sahiwal</option><option value='gepco'>Sambrial</option><option value='fesco'>Samundri</option><option value='fesco'>Sargodha</option><option value='sepco'>Shahdadkot</option><option value='lesco'>Sheikhupura</option><option value='sepco'>Shikarpur</option><option value='gepco'>Sialkot</option><option value='sepco'>Sukkur</option><option value='pesco'>Swabi</option><option value='hesco'>Tando Adam</option><option value='hesco'>Tando Allahyar</option><option value='hesco'>Tando Muhammad Khan</option><option value='iesco'>Taxila</option><option value='qesco'>Turbat</option><option value='hesco'>Umerkot</option><option value='mepco'>Vehari</option><option value='iesco'>Wah Cantonment</option><option value='gepco'>Wazirabad</option></select>

<p class="output"><br>Choose city to detect your electric supply company</p>
</div>
</div>



<p>So, select your city to detect electricity distribution company, and then click on the company link to view your bill. Iescobill.pk is the best app/website where you can check electricity bill amount and due date by entering reference number. You can also get bill email alert on your mobile phone by subscribing to <a href="/iesco-bill-monthly/">monthly bill</a> email service.</p>



<table class='table'><tbody><tr><td>Here you can get <strong>electricity bill</strong> for the month of September 2025, or the previous month of August 2025.</td></tr></tbody></table>



<h2>How to check electricity bill?</h2>



<p>All you need is the bill reference number, and the billing company name. If you live in Lahore, then you will search for <a href="https://lescobill.pk/" target='_blank'>LESCO Bill</a>. Islamabad and Rawalpindi citizens can get their electricity duplicate bill at <a href="/">IESCO</a>. You can use the city dropdown above to find your company, and then in that company's billing page, enter reference number to check the bill. </p>



<p>Curious what is the account number? Well when you are looking to check or pay the electric utility bill, you don't need to search for account number, but the Reference number. If you want to check what will be the bill amount after due date, you can find it in the full bill view at bottom of the bill.</p>



<p>It is not possible to check bill by name, meter number, cnic or address. You must have the 14 digit reference number that can be found on any old bill copy. What is consumer number? Well currently there is only reference number (not consumer number) which is used to check or pay bill.</p>



<p>Feel free to <a href="/contact-us/">ask us</a> any question if you are still not sure how to check your electric utility bill (bill kaise check karen).</p>



<h3>Bill Adjustment:</h3>



<p>If you notice any ambiguity in your bill, then feel free to contact related customer services center, provide them the details and your issue will be solved by related officer. However if you are looking for bill installment, please be advised that installment is not an option on current bill amount, but if there are barriers or pending bill amount in your bill, that can be divided into 3 equal installments. </p>



<p>If you are getting higher amount of bill, then you should read instructions on back side of the bill to learn how you can reduce electricity consumption. Those tips are very useful and quite handy to reduce the bill amount.</p>



<p>IESCOBILL.pk was initially made to check IESCO bills, but now you can check bills of all cities including Multan, Bahawalpur, Dear Gazi Khan, Gujrat, Hyderabad, Jhelum, Khanewal, Kasur, Layyah, Noushera, Peshawar, Rahim Yar Khan, Vehari, Ahmedpur, and all other cities of Punjab, Sindh, Balochistan, and KPK.</p>



<p>This free service can quickly show you the latest bill amount and due date, then you can see full bill and download a free copy or print the bill duplicate copy. IESCOBILL.PK is available 24/7 online where you can get all electricity bill of any company in Pakistan.</p>



<h3>Helpline:</h3>
<p>In case of any emergency, you can call the electricity company helpline number. For your convenience, we have prepared list of all <a href="/electricity-distribution-companies-in-pakistan/">electric supply companies </a>in Pakistan, where you can also find the helpline number.</p>



<h3>How to reduce bill amount?</h3>

<p>Many people ask for tips to reduce electricity (bijli) bill. Generally they ask this: 'bijli ka bill kaise kam karen'. So we have provided some tips that can surely help to reduce bill amount and you can find those tips <a href="/">here</a>.</p>



<h4>How to change the name on electricity bill?</h4>



<p>The process to change name is same like new connection. You can visit nearest <a href="http://www.wapda.gov.pk/" target="_blank" rel="noreferrer noopener nofollow">wapda</a> office and fill the form to change name.</p>


</div>
<div class='sidebar cell'>
<fieldset>
<legend>IESCO Links</legend>
<a href='/'>IESCO Duplicate Bill</a>
<a href='/iesco-bill-calculator/'>IESCO Bill Calculator</a>
<a href='/iesco-bill-payment/'>Bill Payment Methods</a>
<a href='/how-it-works/'>How it works?</a>
</fieldset>
<fieldset>
<legend>Advertisement</legend>
<div class='theadd'></div>
</fieldset>
<fieldset>
<legend>Other Electric Bills</legend>
<div class='electric-bills'>
<a href='/gepco-bill.html' title='GEPCO Bill' class='gepco'></a>
<a href='/fesco-bill.html' title='FESCO Bill' class='fesco'></a>
<a href='/mepco-bill.html' title='MEPCO Bill' class='mepco'></a>
<a href='/hesco-bill.html' title='HESCO Bill' class='hesco'></a>
<a href='/lesco-bill.html' title='LESCO Bill' class='lesco'></a>
<a href='/qesco-bill.html' title='QESCO Bill' class='qesco'></a>
<a href='/sepco-bill.html' title='SEPCO Bill' class='sepco'></a>
<a href='/tesco-bill.html' title='TESCO Bill' class='tesco'></a>
<a href='/' title='IESCO Bill' class='iesco'></a>
<a href='/pesco-bill.html' title='PESCO Bill' class='pesco'></a>
</div>
</fieldset>
<fieldset>
<legend>Calculators</legend>
<a href='/lesco-bill-calculator/'>LESCO Bill Calculator</a>
<a href='/mepco-bill-calculator/'>MEPCO Bill Calculator</a>
<a href='/hesco-bill-calculator/'>HESCO Bill Calculator</a>
<a href='/sepco-bill-calculator/'>SEPCO Bill Calculator</a>
<a href='/gepco-bill-calculator/'>GEPCO Bill Calculator</a>
<a href='/qesco-bill-calculator/'>QESCO Bill Calculator</a>
<a href='/tesco-bill-calculator/'>TESCO Bill Calculator</a>
<a href='/fesco-bill-calculator/'>FESCO Bill Calculator</a>
<a href='/pesco-bill-calculator/'>PESCO Bill Calculator</a>
<a href='/iesco-bill-calculator/'>IESCO Bill Calculator</a>
</fieldset>
<fieldset>
<legend>Blog</legend>
<a href='/old-bill-history/'>Check Old Bills</a>
<a href='/steps-to-check-iesco-wapda-bill/'>Steps to check IESCO Wapda bill</a>
<a href='/fesco-telephone-directory/'>FESCO Telephone Directory</a>
<a href='/fesco-tariff/'>FESCO Tariff</a>
<a href='/electricity-bill/'>Check Electricity Bill</a>
<a href='/lesco-bill-payment/'>LESCO Bill Payment</a>
<a href='https://trackcourier.pk/' target='_blank'>Trackcourier.pk</a>
<a href='https://hescobill.com/' target='_blank'>Hesco Bill</a>
<a href='/blog/'>Blog</a>
</fieldset>
</div> </div>
<div class='footer'>
<div class='columns'>
<div>
<div class='heading'>Links</div>
<a href='/'>Home</a>
<a href='/privacy-policy/'>Privacy Policy</a>
<a href='/contact-us/'>Contact Us</a>
</div>
<div>
<div class='heading'>About Us</div>
IESCOBILL.PK is free service website for all WAPDA consumers who can download and print a duplicate copy of their bill (if not received). Users can also calculate electricity bill and subscribe to monthly bill email service.
</div>
<div>
<div class='heading'>FOLLOW US</div>
<a href='https://www.facebook.com/iescobill/' target='_blank'>Facebook</a>
<a href='https://x.com/IescoBill' target='_blank'>X</a>
<a href='https://play.google.com/store/apps/details?id=pk.iescobill' target='_blank'>Android</a>
</div>
</div>

<div class='copyright'>
<hr>
Copyright © [[year]] - <a href='/'>iescobill.pk</a> all rights reserved.
</div>
</div>

<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-2MX3E2PE86"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2MX3E2PE86');
</script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src='/lazyads.js' defer></script>
<link href='/style.css' rel='stylesheet' />

<link href='/style.css' rel='stylesheet' />
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
</script>
<script>
jQuery("#cities").change(function(){
company=jQuery(this).val();
jQuery(".output").html("<br><br>Your electricity company is <strong>'"+company.toUpperCase()+"'</strong><br><br><a href='/"+company+"-bill/'>Check "+company.toUpperCase()+" bill now");
});
</script>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.