
Waterdrop Filter
Waterdrop WD-ED11W Electric Water Filter Pitcher Bundle
Reviewed by the The Top Finds editors · How we test
You'll complete your purchase on Waterdrop Filter's site · price checked May 21
The Top Finds is reader-supported. When you buy through links on our site, we may earn an affiliate commission.
Our review
/* other style start */ .vis-overview-block-banner .vis-overview-block-banner-content-btn { display: none; } /* other style end */ Softer Water, Longer-Lasting Appliances Our water softening dispenser reduces calcium, magnesium, and limescale buildup, extending appliance life and providing healthier water for your family. 5-Stage Filtration Reduces 70+ Contaminants Advanced filtration reduces chlorine, copper, lead, taste and odor, large particles, sediments, VOCs, and more, improving water quality and taste for a cleaner, fresher experience. 1-Second Purity, 3x Faster Flow Say goodbye to waiting. While other pitchers take 60 seconds for an 8oz cup, Waterdrop does it in just 20 seconds for instant freshness. Upgraded Convenience, Easy to Use Experience smarter design for everyday ease. 20 Days Long Standby Time Hassle-Free Use with Indicators Fast and Easy Filter Replacement 15-Cup Capacity Fits Families Enjoy Great-Tasting Water Anywhere Take it anywhere, anytime you want Countertop --> Compare X Series Compare X Series ED11W Add to Cart ED01W Add to Cart WD-ED05TW Add to Cart Special Function Special Function Soften Water Basic 0TDS Pure Water Wait Time Pure Water Wait Time Instant Instant Instant Standby Time Standby Time 20 30 20 Capacity Capacity 15 cups 15 cups 15 cups FAQ Curious about how the countertop water filter works? Our FAQ section covers everything from filter lifespan to installation tips for clean, pure water every day. Contact Us How do you know when to change the filter? When the filter life indicator flashes red, it means the filter needs to be replaced. The countertop water filter can filter up to 20 gallons of water. It is recommended to replace the filter in time to ensure the best water purification experience. Are there any concerns about leaking or dripping? Our glass electric water filter dispenser is thoughtfully designed with high-quality materials and carefully sealed connection points to minimize the risk of leaking or dripping. Its durable construction is built for reliable, hassle-free use. Is it easier to pour compared to other pitchers? Our dispenser offers instant convenience with a touch-activated top. Water flows within one second, providing fresh, 0 TDS purified water on demand—no tilting or pouring required, making it faster and easier than traditional pitchers. var vis_img_text_swiper = new Swiper(".vis-overview-block-img_text-swiper-mySwiper", { navigation: { nextEl: ".vis-overview-block-img_text-swiper-button-next", prevEl: ".vis-overview-block-img_text-swiper-button-prev", }, on: { slideChange: function () { var item_width1 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(0).width(); var item_width2 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(1).width(); var item_width3 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(2).width(); var item_width4 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(3).width(); var items_width = $('.vis-overview-block-img_text-swiper-mySwiper-text').width(); if (this.activeIndex == 0) { $('.vis-overview-block-img_text-swiper-mySwiper-item').removeClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(0).addClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: '0' }, 300); } else if (this.activeIndex == 1) { $('.vis-overview-block-img_text-swiper-mySwiper-item').removeClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(1).addClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); console.log(parseFloat(item_width1) + 60) } else if (this.activeIndex == 2) { $('.vis-overview-block-img_text-swiper-mySwiper-item').removeClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(2).addClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2) + 60) } else if (this.activeIndex == 3) { $('.vis-overview-block-img_text-swiper-mySwiper-item').removeClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(3).addClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3) + 60) } else if (this.activeIndex == 4) { $('.vis-overview-block-img_text-swiper-mySwiper-item').removeClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(4).addClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60) } else { $('.vis-overview-block-img_text-swiper-mySwiper-item').removeClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(0).addClass("vis-overview-block-img_text-swiper-mySwiper-item-active") $('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: '0' }, 300); console.log(parseFloat(item_width1) + 60) } } } }); $('.vis-overview-block-img_text-swiper-mySwiper-item').click(function () { var index = $(this).index(); vis_img_text_swiper.slideTo($(this).index()); $(this).siblings().removeClass('vis-overview-block-img_text-swiper-mySwiper-item-active') $(this).addClass('vis-overview-block-img_text-swiper-mySwiper-item-active') var item_width1 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(0).width(); var item_width2 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(1).width(); var item_width3 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(2).width(); var item_width4 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(3).width(); var item_width5 = $('.vis-overview-block-img_text-swiper-mySwiper-item').eq(4).width(); var items_width = $('.vis-overview-block-img_text-swiper-mySwiper-text').width(); if (index == 0) { $(this).parents('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: '0' }, 300); } else if (index == 1) { $(this).parents('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } else if (index == 2) { $(this).parents('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); } else if (index == 3) { $(this).parents('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); } else if (index == 4) { $(this).parents('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); } else if (index == 5) { $(this).parents('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4 + item_width5) + 60 }, 300); } else { $(this).parents('.vis-overview-block-img_text-swiper-mySwiper-text').animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } }) var vis_overview_other_progress_swiper_container_Width = document.querySelector('.vis-overview-block-progress-swiper').offsetWidth; var vis_overview_other_progress_swiper_window_width = $(document).width(); var vis_progress_swiper = new Swiper(".vis-overview-block-progress-swiper-mySwiper", { navigation: { nextEl: ".vis-overview-block-progress-swiper-mySwiper-btn-next", prevEl: ".vis-overview-block-progress-swiper-mySwiper-btn-prev", }, on: { slideChange: updateSwiperProgressBar }, breakpoints: { 1025: { spaceBetween: 24, }, 767: { spaceBetween: 10, }, 0: { spaceBetween: 12, } } }); function updateSwiperProgressBar() { var progress = vis_progress_swiper.progress; var progressContainerWidth = document.querySelector('.vis-overview-block-progress-swiper-mySwiper-progress').offsetWidth; var progressBarWidth = progress * progressContainerWidth; document.querySelector('.vis-overview-block-progress-swiper-mySwiper-progress-bar').style.width = progressBarWidth + 'px'; } document.querySelector('.vis-overview-block-progress-swiper-mySwiper-btn-next').addEventListener('click', updateSwiperProgressBar); document.querySelector('.vis-overview-block-progress-swiper-mySwiper-btn-prev').addEventListener('click', updateSwiperProgressBar);
Ready to buy
Waterdrop WD-ED11W Electric Water Filter Pitcher Bundle
The Top Finds is reader-supported. When you buy through links on our site, we may earn an affiliate commission.
More from Health & Wellness
Related finds
Waterdrop Filter
$73.98


