Ecoflow Delta 2 Max Portable Power Station
Ecoflow Delta 2 Max Portable Power Station
Ecoflow Delta 2 Max Portable Power Station
Ecoflow Delta 2 Max Portable Power Station

Ecoflow Delta 2 Max Portable Power Station

$1,388.00
$2,299.00
-$911.00
Extra Battery-Without
Please select a extra battery
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: POWER SUPPLY(out)
SKU: EFDELTA2Max-US

Ecoflow DELTA 2 Max Portable Power Station

10-Year Long-lasting LFP Battery

With its upgraded LFP battery chemistry, DELTA 2 Max has a lifespan of 3000 complete cycles until it reduces to 80% capacity. You'll get pretty much 10 years of power, even if you use it every day. That's 6× longer than other power stations with a similar capacity and output.

Robust Design

Made with a sturdy one-piece design, DELTA 2 Max is designed for the rough and tumble of portability. Each port is reinforced, protecting them against wear and tear.

With LFP cells, DELTA 2 Max is safe, durable, and highly efficient. 
A rubber anti-slip base and a highly-rated UL94-5VA fire-resistant casing offer multiple layers of protection.

Even with its upgraded LFP battery, DELTA 2 Max is still 30% lighter than similar power stations on the market.

 

Run 99% of Appliances with X-Boost

DELTA Max powers almost all the devices you need with a large 2400W AC output. With X-Boost proprietary technology, run appliances with an output of up to 3400W. Compared with similar portable power stations, DELTA 2 Max can power more devices while also preventing overloading and overheating.

120V Home Backup: Power through outages

Power your essential appliances with a hefty 2400W AC output by connecting DELTA 2 Max (2kWh) and up to two Smart Extra Batteries (6kWh) with your home's transfer switch for partial home backup. With a plug-and-play design, it's easier than ever to prepare for blackouts.

Power for the entire family

A generous 2048Wh capacity makes DELTA 2 Max ideal for home backup, running your essentials for hours. Using your transfer switch, or plugged in directly, keep your fridge on and stop food from spoiling for up to 14 hours. With its lightweight design, DELTA 2 Max is portable enough to grab and go on the next camping trip.

Expandable up to 6kWh

Take DELTA 2 Max with you anywhere as a solo unit or connect it with two Extra Batteries for up to 6kWh of home backup.

Experience the world's fastest 43 minute recharge

With DELTA 2 Max's upgraded tech, combine up to 1000W solar input with AC for world-leading charging speeds. In only 43 min get an 80% charge. Or stick with AC for an 80% charge in a speedy 1.1 hour.

99% MPPT Efficiency

EcoFlow's smart (MPPT) algorithm automatically detects voltage and current in real-time to give you optimum solar generation throughout the day, even during cold and cloudy days. With a solar input of 1000W, connect up to 2 EcoFlow 400W Portable Solar Panels or 4 sets of 220W Bifacial Solar Panels.

Customized In-App Energy Management

Take control of your power.

Smart Automatic Control: Save more on electricity billsCustomize the working time of DELTA 2 Max to avoid peak rates.

AC Always-on: Experience peace of mind during power outages With our all-new AC Always On Mode, the AC power button stays on, even during a power outage or after the grid power is back, keeping your appliances powered no matter what.

Energy Management: Easily adjust power Easily adjust AC or Solar input to fit your needs: backup power reserve or energy savings.Prioritize solar energy input via the EcoFlow app when using X-Stream AC + solar dual charging.

Low Battery Reminder: Always power readyGet a notification via the app when the battery hits a low.

What's in the box?

1x Delta 2 Max
1x AC Charging Cable
1x Car Charging Cable
1x DC5521 to DC5525 Cable
1x User Manual & Warranty Card

Specifications

Capacity
2048Wh

Extra Battery
Supports up to two DELTA 2 Max Smart Extra Batteries / DELTA Max Smart Extra Battery

AC Output
6 outlets, 2400W total (Surge 4800W)

Max Device(s) Power (with X-Boost)
X-Boost 3400 W

USB-A Output
2 ports, 5V, 2.4A, 12W Max per port

USB-A Fast Charge
2 ports, 5V, 2.4A / 9V, 2A / 12V, 1.5A, 18W Max

USB-C Output
2 ports, 5/9/12/15/20V, 5A, 100W Max per port

Car Power Output
1 port, 12.6V, 10A, 126W Max

DC5521 Output
2 ports, 12.6V, 3A, 38W Max per port

AC Charging
X-stream Fast Charge 1800W, 15A

AC Input Voltage
100-120V~ max. 15A 50Hz/60Hz

Solar Charging
11-60V 15A, single port 500W; dual port 1,000W

Car Charging
Support 12V/24V battery, 8A

EcoFlow WAVE& WAVE 2 & GACIER &Smart generator
Supported

Battery Chemistry
LFP (LiFePO4 battery)

Cycle Life
3000 cycles to 80+% capacity

Connectivity
Wi-Fi & Bluetooth

Dimensions
497 × 242 × 305 mm /19.6 × 9.5 × 12 in

Net weight (lbs)
50 lbs

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.