Emergency Sewer Backup & Drain Repair | Delaware County PA | 24/7
π Get Your Free Inspection Today
Same-day service available. Licensed & insured. 4.9β rated.
β Licensed PA #093359
β 4.9β Google Reviews
function submitHeroForm() {
var name = document.getElementById(‘hero-name’).value;
var phone = document.getElementById(‘hero-phone’).value;
var status = document.getElementById(‘hero-status’);
if (!name || !phone) {
status.style.display=’block’;status.style.background=’#fce8e6′;status.style.color=’#c5221f’;status.style.border=’2px solid #c5221f’;
status.textContent=’Please enter name and phone.’;
return;
}
var fd = new FormData();
fd.append(‘name’, name);
fd.append(‘phone’, phone);
fd.append(‘service’, ‘quick_quote’);
fd.append(‘source_page’, window.location.pathname);
fetch(‘/lead’, {method:’POST’, body:fd})
.then(r => r.ok ? r : Promise.reject(r))
.then(() => {
status.style.display=’block’;status.style.background=’#e6f4ea’;status.style.color=’#1e8e3e’;status.style.border=’2px solid #1e8e3e’;
status.textContent=”β Got it! We’ll call you within 30 minutes.”;
document.getElementById(‘hero-name’).value=”;
document.getElementById(‘hero-phone’).value=”;
if (typeof gtag!==’undefined’) gtag(‘event’,’generate_lead’,{event_label:’hero_cta_inline’,value:750});
})
.catch(() => {
status.style.display=’block’;status.style.background=’#fce8e6′;status.style.color=’#c5221f’;status.style.border=’2px solid #c5221f’;
status.textContent=’Error. Please call (610) 803-6851.’;
});
}
Drain Cleaning & Sewer Repair in Delaware County, PA
When you’re facing an emergency sewer backup or drain crisis, you need help fast. That’s why Advanced Drains is available 24/7 throughout Delaware County. Advanced Drains & Underground Solutions helps homeowners and businesses across Delaware County fix clogged drains, sewer line problems, water line issues, camera inspection findings, hydro jetting needs, and trenchless pipe repairs. Our office is in Springfield, but the service area is broader: Havertown, Newtown Square, Aston, Broomall, Boothwyn, Media, Upper Darby, Ridley Park, Lansdowne, Swarthmore, Wallingford, Chester, and nearby Delco communities.
If a drain is backing up, a sewer line is failing, or a buried pipe needs inspection, the job should start with the right diagnosis. We use camera inspection, cleaning equipment, hydro jetting, pipe lining, pipe bursting, and water line repair methods to match the repair to the actual problem instead of guessing or tearing up more property than needed.
Drain, Sewer, and Underground Pipe Services
Our core work includes drain cleaning, sewer line repair, trenchless sewer replacement, video pipe inspection, hydro jetting, leak detection, water line repair, and emergency plumbing support. Some jobs only need a proper cleaning. Others need a camera inspection, a spot repair, lining, or replacement. The goal is the same every time: restore flow, protect the property, and give the customer a clear next step.
Trenchless repair is one option when the pipe condition and access points make it the right fit. Cured-In-Place Pipe (CIPP) lining can create a new interior pipe without a full trench, while pipe bursting can replace a badly damaged line by pulling new pipe through the old path. These methods can reduce yard, driveway, and landscape disruption compared with traditional excavation.
Delaware County Service Area
Advanced Drains is based in Springfield and serves the surrounding Delaware County market. That means Springfield is the shop and dispatch signal, not the only place we work. We regularly support customers in Havertown, Newtown Square, Aston, Broomall, Boothwyn, Media, Upper Darby, Ridley Park, Lansdowne, Swarthmore, Wallingford, Chester, and nearby communities.
If you are dealing with a clogged drain, sewer backup, failed sewer line, water line issue, or underground pipe problem, call 855-DONT-DIG (855-366-8344) to schedule service or request an estimate.
Serving Delaware County and Surrounding Areas
Advanced Drains serves homeowners throughout Delaware County, as well as the Main Line, Chester County, and Montgomery County. Whether you need drain cleaning in Havertown, sewer repair in Media, or hydro jetting in Upper Darby, our team is ready to help with trenchless sewer repair and underground utility solutions.
Smart Savings for Your Sewer Repair
Build Your Own Estimate!
Send Us 2 Copies of Estimates & We Will Beat Them by 10%!VIEW DETAILS
Our Core Services
- Drain Cleaning & Sewer Service
- Sewer Line Repair in Delaware County
- Trenchless Sewer Line Replacement
- Trenchless Water Line Replacement
.adapr-lead-form-inline { max-width: 640px; margin: 24px auto; padding: 24px; background: #f9f9f9; border: 2px solid #c8102e; border-radius: 8px; font-family: inherit; }
.adapr-lead-form-inline h3 { margin-top: 0; color: #c8102e; font-size: 22px; text-align: center; }
.adapr-lead-form-inline .row { margin-bottom: 14px; }
.adapr-lead-form-inline label { display: block; font-weight: 600; margin-bottom: 4px; font-size: 14px; }
.adapr-lead-form-inline input[type=text],
.adapr-lead-form-inline input[type=tel],
.adapr-lead-form-inline input[type=email],
.adapr-lead-form-inline select,
.adapr-lead-form-inline textarea {
width: 100%; padding: 10px 12px; border: 1px solid #ccc; border-radius: 4px;
font-size: 15px; box-sizing: border-box; background: #fff;
}
.adapr-lead-form-inline textarea { min-height: 90px; resize: vertical; }
.adapr-lead-form-inline .consent-block {
background: #fff; border: 1px solid #ddd; border-radius: 4px;
padding: 12px 14px; margin-top: 8px; font-size: 13px; line-height: 1.45;
}
.adapr-lead-form-inline .consent-block label { font-weight: 400; display: block; }
.adapr-lead-form-inline .consent-block input[type=checkbox] {
margin-right: 8px; vertical-align: top; margin-top: 4px;
}
.adapr-lead-form-inline .consent-text { display: inline-block; width: calc(100% – 24px); vertical-align: top; }
.adapr-lead-form-inline .fine-print { font-size: 11px; color: #555; margin-top: 8px; }
.adapr-lead-form-inline button[type=submit] {
background: #c8102e; color: #fff; border: 0; padding: 14px 32px;
font-size: 16px; font-weight: 600; border-radius: 4px; cursor: pointer;
width: 100%; margin-top: 8px;
}
.adapr-lead-form-inline button[type=submit]:hover { background: #a00d25; }
.adapr-lead-form-inline button[type=submit]:disabled { opacity: 0.5; cursor: not-allowed; }
.adapr-lead-form-inline .form-status { margin-top: 14px; padding: 10px 12px; border-radius: 4px; display: none; }
.adapr-lead-form-inline .form-status.ok { background: #e6f4ea; border: 1px solid #1e8e3e; color: #1e8e3e; display: block; }
.adapr-lead-form-inline .form-status.err { background: #fce8e6; border: 1px solid #c5221f; color: #c5221f; display: block; }
.adapr-lead-form-inline .req { color: #c8102e; }
Schedule Your Free Inspection
— Select a service —Drain cleaningSewer camera inspectionSewer line repair / replacementTrenchless / pipe bursting / CIPPWater service lineGeneral plumbing repairEmergency / backup happening nowOther / not sure
(function() {
var form = document.getElementById(‘adapr-lead-form-inline’);
if (!form) return;
var status = document.getElementById(‘adapr-form-status-inline’);
var submit = document.getElementById(‘adapr-submit-inline’);
var sourceField = document.getElementById(‘adapr-source-page-inline’);
if (sourceField) sourceField.value = window.location.pathname + window.location.search;
form.addEventListener(‘submit’, function (e) {
e.preventDefault();
status.className = ‘form-status’;
status.textContent = ”;
var data = new FormData(form);
if (!data.get(‘name’) || !data.get(‘phone’) || !data.get(’email’) || !data.get(‘address’)) {
status.className = ‘form-status err’;
status.textContent = ‘Please fill in name, phone, email, and service address.’;
return;
}
data.set(‘sms_consent’, form.querySelector(‘#adapr-sms-consent-inline’).checked ? ‘yes’ : ‘no’);
submit.disabled = true;
var originalText = submit.textContent;
submit.textContent = ‘Sendingβ¦’;
fetch(‘/lead’, {
method: ‘POST’,
body: data,
credentials: ‘same-origin’
}).then(function (r) {
return r.text().then(function (t) { return { ok: r.ok, status: r.status, text: t }; });
}).then(function (res) {
if (res.ok) {
status.className = ‘form-status ok’;
status.textContent = “Got it β we’ll be in touch shortly. For emergencies call (610) 803-6851.”;
form.reset();
} else {
status.className = ‘form-status err’;
status.textContent = “Something went wrong (” + res.status + “). Please call (610) 803-6851.”;
}
}).catch(function () {
status.className = ‘form-status err’;
status.textContent = “Network error. Please call (610) 803-6851.”;
}).finally(function () {
submit.disabled = false;
submit.textContent = originalText;
});
});
})();
Popular Services & Resources
Free 2nd Opinion
Get a second quote on your sewer repair. We’ve saved homeowners $2k-8k by comparing options.
Trenchless Sewer Repair
No-dig CIPP lining from $8k. Fix your sewer in 1 day without tearing up your yard. 50-year warranty.
Sewer Line Repair
Same-day sewer repair. Hydro jetting $400-800, CIPP lining $8k-12k, excavation from $4k. Licensed plumbers.
CIPP Pipe Lining
Trenchless CIPP creates a new pipe inside your old one. No excavation, 1-day install, 50-year life.
Sewer Line Replacement
Compare costs: trenchless CIPP $8k-12k (no dig) vs excavation $4k-8k. Free camera inspection with quote.
Emergency Backup Repair
24/7 emergency sewer backup service. Same-hour dispatch, truck-mounted hydro jetting, licensed plumbers.
Service Areas in Delaware County
We serve all of Delaware County and surrounding areas. Same-day service available in most locations.
Bryn Mawr
Ardmore
Media
Springfield
Newtown Square
Haverford
Radnor
Swarthmore
Wallingford
Chester Heights
Broomall
Our Services
Sewer Line Repair
Camera inspection, spot repair, full replacement. Free second opinion.
Drain Cleaning
Kitchen, bathroom, main line. $99 special. Same-day service.
Trenchless Repair
CIPP lining & pipe bursting. No digging up your property.
Pipe Bursting
Underground pipe replacement. Minimal excavation.
CIPP Lining
No-dig sewer repair. 50+ year lifespan.
Second Opinion
Beat any competitor quote by 10%. Free camera inspection.