Shop top categories that ship internationally
No featured offers available
Learn more

No featured offers available

We feature offers with an Add to Cart button when an offer meets our high standards for:

  • Quality Price,
  • Reliable delivery option, and
  • Seller who offers good customer service
“No featured offers available” means no offers currently meet all of these expectations. Select See All Buying Options to shop available offers.
This item cannot be shipped to your selected delivery location. Please choose a different delivery location.
Similar items shipping to Singapore
SG
Singapore
Added to

Sorry, there was a problem.

There was an error retrieving your Wish Lists. Please try again.

Sorry, there was a problem.

List unavailable.

SHARGEEK 170 Power Bank, 140W PD3.1 Portable Charger 24,000mAh/ 84.6Wh with Smart Display, 170W Total Output Battery Pack for MacBook Pro iPhone 16/15/14 Series

4.3 out of 5 stars 248 ratings

This item cannot be shipped to your selected delivery location. Please choose a different delivery location.
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.
Color: Dark gray
Connector Type USB Type C, USB Type A
Brand sharge
Battery Capacity 24000 Milliamp Hours
Color Dark gray
Special Feature Screen Display, Fast Charging, 140W Single Output

About this item

  • 170W Total Output: Charge 3 devices simultaneously with two 140W USB-C and 1 USB-A port, powered by PD3.1
  • 140W PD3.1 Two-way Charging: The USB-C port recharges the power bank in 45 minutes. Minimize downtime, and maximize productivity
  • Smart Display: Transparent design with a display showing charging power, time, and battery level. Monitor status anytime, anywhere
  • IP66 Water Resistant: The First IP66-rated high-power portable charger on Amazon. Tough against dust and water. Note: It's not designed for immersing in water or underwater adventures
  • Wide Compatibility: Supports PD3.1 up to 140W, plus PD3.0, QC, and Huawei SCP ensuring fast charging for 1000+ devices.
  • What‘s in the Box: Shargeek 170 power bank, 240W C-C cable, travel pouch, user guide

What's in the box

  • Power Bank*1
  • USB C Cable*1
  • Carrying Bag*1
  • Product information

    Product Dimensions 6.49 x 2.48 x 2.32 inches
    Item Weight 1.5 pounds
    ASIN B0D2VWVPRX
    Item model number SP170
    Batteries 6 Lithium Ion batteries required. (included)
    Customer Reviews
    4.3 out of 5 stars 248 ratings

    4.3 out of 5 stars
    Best Sellers Rank
    Date First Available April 28, 2024
    Manufacturer Sharge Technology (Shenzhen) Co., Ltd.

    Feedback

    SHARGEEK 170 Power Bank, 140W PD3.1 Portable Charger 24,000mAh/ 84.6Wh with Smart Display, 170W Total Output Battery Pack for MacBook Pro iPhone 16/15/14 Series


    Found a lower price? Let us know. Although we can't match every price reported, we'll use your feedback to ensure that our prices remain competitive.

    Where did you see a lower price?

    Price Availability
    /
    /
    /
    /
    Please sign in to provide feedback.
    \n' + ' ' ); } function getThankYouDiv(thankMsg) { return ( '
    ' + '
    ' + thankMsg + '
    \n' + '


    ' ); } function getLoadingGifDiv() { return ''; } function isValidUrl(url) { if (!url) { return false; } var encodedUrl = encodeURI(url); return encodedUrl.match( /^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/ ); } function isNumericPrice(price) { if (!price) { return false; } return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/); } function isEmptyValue(input) { return !input || input.length === 0 || input.match(/^\s*$/); } function truncate(input, length) { if (!input) { return ''; } else { return input.substr(0, length); } } function formatDate(year, date, month) { return year + '-' + month + '-' + date; } function trim(input) { if (!input) { return ''; } else { return input.trim(); } } function resetModalToInitialState(currentMonth, currentDate, currentYear) { var enableOnlineStoreRadio = document.querySelector('#pricingFeedback_onlineRadio'); var enableOfflineStoreRadio = document.querySelector('#pricingFeedback_offlineRadio'); var onlineStoreInputForm = document.querySelector('#pricingFeedback_onlineInput'); var offlineStoreInputForm = document.querySelector('#pricingFeedback_offlineInput'); var onlineUrl = document.querySelector('#onlineUrl'); var onlinePriceRaw = document.querySelector('#onlinePriceRaw'); var onlineShippingRaw = document.querySelector('#onlineShippingRaw'); var onlineDay = document.querySelector('#onlineDay'); var onlineMonth = document.querySelector('#onlineMonth'); var onlineYear = document.querySelector('#onlineYear'); var onlineCalendar = document.querySelector('#onlineCalendar'); var note1 = document.querySelector('#note1'); var offlineStoreName = document.querySelector('#offlineStoreName'); var offlineCity = document.querySelector('#offlineCity'); var offlineState = document.querySelector('#offlineState'); var offlinePriceRaw = document.querySelector('#offlinePriceRaw'); var offlineDay = document.querySelector('#offlineDay'); var offlineMonth = document.querySelector('#offlineMonth'); var offlineYear = document.querySelector('#offlineYear'); var offlineCalendar = document.querySelector('#offlineCalendar'); var thankYouDiv = document.querySelector('#pricingFeedback_thank'); var errorDiv = document.querySelector('#pricingFeedback_error'); var submitButton = document.querySelector('#pricingFeedback_submit'); var loadingGifDiv = document.querySelector('#loading'); var stateDefaultOption = document.querySelector('#stateDefaultOption'); var stateDefaultPrompt = document.querySelector('#stateDefaultPrompt'); var offlineStateMain = document.querySelector('#offlineStateMain'); var storeDefaultOption = document.querySelector('#storeDefaultOption'); var storeDefaultPrompt = document.querySelector('#storeDefaultPrompt'); if (thankYouDiv) { thankYouDiv.innerHTML = ''; } if (errorDiv) { errorDiv.innerHTML = ''; } if (loadingGifDiv) { loadingGifDiv.innerHTML = ''; } if (submitButton) { submitButton.style.display = 'block'; } onlineUrl.value = ''; onlinePriceRaw.value = ''; onlineShippingRaw.value = ''; offlineStoreName.value = ''; offlineCity.value = ''; offlineState.value = ''; offlinePriceRaw.value = ''; stateDefaultOption.innerHTML = $("#selectProvince").val(); stateDefaultPrompt.innerHTML = $("#selectProvince").val(); storeDefaultOption.innerHTML = "Enter the store name where you found this product"; storeDefaultPrompt.innerHTML = "Enter the store name where you found this product"; setInitialStates( onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar, offlineStateMain, offlineState, note1 ); } });

    Product Description

    The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.

    Shargeek 170 power bank

    Merchant Video
    • Yes. Shargeek 170 is rated at 86.4Wh, meeting TSA, FAA and EASA standards, while the majority of aviation authorities worldwide have a limit of 100 watt hours (Wh) per battery.

    • Yes.


    From the brand

    Customer reviews

    4.3 out of 5 stars
    248 global ratings

    Review this product

    Share your thoughts with other customers

    Customers say

    Customers appreciate the power bank's minimalistic design and its ability to keep devices fully charged, with one customer noting it's ideal for long trips. Moreover, the device offers excellent performance and rapid charging capabilities, with one review mentioning it can charge most smartphones multiple times. However, the build quality receives mixed feedback, with some praising its insane build while others report quality control failures. Additionally, customers disagree on the weight, with some finding it remarkably portable while others consider it too heavy for travel in a backpack, and opinions on value for money are divided between those who find it well worth the investment and those who consider it too pricey.

    23 customers mention "Design"23 positive0 negative

    Customers appreciate the power bank's design, describing it as good-looking with an awesome display and minimalistic style. One customer notes that the digital display is visible in any light setting.

    "...Very solid build and fun to look at." Read more

    "...This is a very cool looking, highly functional, properly priced peice or equipment for those that are on the go often and need their devices..." Read more

    "...Display & Indicators One standout feature is the digital display that shows the exact percentage of remaining battery life, a handy tool for..." Read more

    "...The interface is also super cool, with charging speed, battery percentage, input and output wattage, and a timer for recharge times and timer for..." Read more

    22 customers mention "Functionality"16 positive6 negative

    Customers find that the power bank functions well, delivering consistent performance.

    "...Very useful. I do wish it would display charging voltage as different devices use different voltages that get selected automatically...." Read more

    "...This is a very cool looking, highly functional, properly priced peice or equipment for those that are on the go often and need their devices..." Read more

    "...Whether it's a phone, tablet, or even a laptop, the SHARGEEK 170 delivers consistent and reliable power...." Read more

    "...battery had around 40%, I’d come back shortly after to find the bank completely dead...." Read more

    21 customers mention "Battery life"15 positive6 negative

    Customers praise the power bank's capacity and performance, noting it keeps devices fully charged and provides reliable power on the go, with one customer mentioning it's ideal for long trips.

    "...This fits the bill perfectly. The battery capacity is through the roof. You can charge an S25 Ultra for 0 to 100 percent approx 3 times...." Read more

    "...feature is the digital display that shows the exact percentage of remaining battery life, a handy tool for planning when you’ll need to recharge the..." Read more

    "...power source like this could lead to short circuits, potential battery failure, or even electrical fires...." Read more

    "...The interface is also super cool, with charging speed, battery percentage, input and output wattage, and a timer for recharge times and timer for..." Read more

    19 customers mention "Charging speed"17 positive2 negative

    Customers appreciate the power bank's rapid charging capabilities, with one customer noting it's powerful enough to charge most laptops.

    "...You can also see the charging speed of whatever you plug into it. Small travel pouch is included, along with a high quality braided type C cable...." Read more

    "...It supports fast charging with multiple output options, including USB-A and USB-C ports, allowing you to charge more than one device simultaneously...." Read more

    "...The interface is also super cool, with charging speed, battery percentage, input and output wattage, and a timer for recharge times and timer for..." Read more

    "...course I let them use it and they’re all impressed with how fast it charges their phone and how I can charge about four phones before I have to..." Read more

    7 customers mention "Display"7 positive0 negative

    Customers appreciate the power bank's display features, with one mentioning it shows input and output power, while others highlight its real-time power level indicator, charging and discharging information, and watt meters.

    "Gadget nerd here. This powerbank ticks a lot of boxes for me. I love the watt meters...." Read more

    "...This real-time power level indicator adds a layer of convenience, helping users avoid the uncertainty of guessing when their power bank might run..." Read more

    "...to learn the charging output of other chargers since it displays input and output power and looks really cool but the functionality is excellent." Read more

    "A bit heavy but gives you all the charging and discharging informations. Super fast charging to my phones, tablet and laptop with the included cable...." Read more

    18 customers mention "Build quality"12 positive6 negative

    Customers have mixed opinions about the power bank's construction, with some praising its insane build quality while others report quality control failures.

    "...Very solid build and fun to look at." Read more

    "...This level of quality control failure is extremely disappointing, especially for a product designed to provide portable power...." Read more

    "...Small travel pouch is included, along with a high quality braided type C cable. Don't think twice, this is the one to get!" Read more

    "...Despite its lightweight construction, the build feels durable, designed to handle daily wear and tear. Battery Capacity & Performance..." Read more

    13 customers mention "Weight"5 positive8 negative

    Customers have mixed opinions about the power bank's weight, with some finding it remarkably portable and compact, while others note it is a bit heavy and bigger than expected, making it less suitable for travel in a backpack.

    "...It keeps your devices fully charged while you're on the go. It's heavy, so do consider that as it will add some weight to your travel pouch...." Read more

    "...Despite its lightweight construction, the build feels durable, designed to handle daily wear and tear. Battery Capacity & Performance..." Read more

    "...charging the recipient device (typically a MacBook Pro) and is a bit heavy...." Read more

    "...The cable supports 240W and is super light and flexible, allowing me to control the soldering iron with ease without damaging the Type-C port...." Read more

    10 customers mention "Value for money"5 positive5 negative

    Customers have mixed opinions about the power bank's value for money, with some finding it well worth the investment while others consider it too pricey.

    "...This is a very cool looking, highly functional, properly priced peice or equipment for those that are on the go often and need their devices..." Read more

    "...and while it certainly boasts tons of benefits, I've got issues with the price...." Read more

    "...point might be slightly higher than average, but the features and performance justify the cost for those needing high-powered portable charging...." Read more

    "Too expensive." Read more

    All the power you need!
    5 out of 5 stars
    All the power you need!
    I am so very pleased with this device. It keeps your devices fully charged while you're on the go. It's heavy, so do consider that as it will add some weight to your travel pouch. I would say it weighs about the same as a 3 pound weight. It's encased in what feels like very durable plastic. I definitely don't think it would survive a drop on concrete, but if you've come across this, you are not the accident prone type anyway. This is a very cool looking, highly functional, properly priced peice or equipment for those that are on the go often and need their devices charged quickly by a high capacity device. This fits the bill perfectly. The battery capacity is through the roof. You can charge an S25 Ultra for 0 to 100 percent approx 3 times. Same with the iPhone 16 pro max. Super fast charging is supported, and you can see how long it will take this device to recharge, and power left. You can also see the charging speed of whatever you plug into it. Small travel pouch is included, along with a high quality braided type C cable. Don't think twice, this is the one to get!
    Thank you for your feedback
    Sorry, there was an error
    Sorry we couldn't load the review

    Top reviews from the United States

    • Reviewed in the United States on June 8, 2025
      Color: Dark grayVerified Purchase
      Gadget nerd here. This powerbank ticks a lot of boxes for me. I love the watt meters. I keep finding things to charge just to see how much power they need. Very useful. I do wish it would display charging voltage as different devices use different voltages that get selected automatically. Very solid build and fun to look at.
    • Reviewed in the United States on March 23, 2025
      Color: Snow whiteVerified Purchase
      I am so very pleased with this device. It keeps your devices fully charged while you're on the go. It's heavy, so do consider that as it will add some weight to your travel pouch. I would say it weighs about the same as a 3 pound weight. It's encased in what feels like very durable plastic. I definitely don't think it would survive a drop on concrete, but if you've come across this, you are not the accident prone type anyway. This is a very cool looking, highly functional, properly priced peice or equipment for those that are on the go often and need their devices charged quickly by a high capacity device. This fits the bill perfectly. The battery capacity is through the roof. You can charge an S25 Ultra for 0 to 100 percent approx 3 times. Same with the iPhone 16 pro max. Super fast charging is supported, and you can see how long it will take this device to recharge, and power left. You can also see the charging speed of whatever you plug into it. Small travel pouch is included, along with a high quality braided type C cable. Don't think twice, this is the one to get!
      Customer image
      5.0 out of 5 stars
      All the power you need!

      Reviewed in the United States on March 23, 2025
      I am so very pleased with this device. It keeps your devices fully charged while you're on the go. It's heavy, so do consider that as it will add some weight to your travel pouch. I would say it weighs about the same as a 3 pound weight. It's encased in what feels like very durable plastic. I definitely don't think it would survive a drop on concrete, but if you've come across this, you are not the accident prone type anyway. This is a very cool looking, highly functional, properly priced peice or equipment for those that are on the go often and need their devices charged quickly by a high capacity device. This fits the bill perfectly. The battery capacity is through the roof. You can charge an S25 Ultra for 0 to 100 percent approx 3 times. Same with the iPhone 16 pro max. Super fast charging is supported, and you can see how long it will take this device to recharge, and power left. You can also see the charging speed of whatever you plug into it. Small travel pouch is included, along with a high quality braided type C cable. Don't think twice, this is the one to get!
      Images in this review
      Customer imageCustomer imageCustomer imageCustomer imageCustomer imageCustomer imageCustomer imageCustomer imageCustomer image
      2 people found this helpful
      Report
    • Reviewed in the United States on October 1, 2024
      Color: Dark grayVerified Purchase
      The SHARGEEK 170 Power Bank is an impressive combination of power, portability, and sleek design, making it a great option for users who need reliable charging on the go. Here's why it stands out:

      Design & Build Quality
      The SHARGEEK 170 Power Bank has a modern and compact design, making it easy to carry in a bag or even a pocket. Its minimalistic style features a transparent body, giving a cool, techy aesthetic while showcasing its internal components. Despite its lightweight construction, the build feels durable, designed to handle daily wear and tear.

      Battery Capacity & Performance
      With a 20,000mAh capacity, this power bank is capable of charging most smartphones multiple times. It supports fast charging with multiple output options, including USB-A and USB-C ports, allowing you to charge more than one device simultaneously. Whether it's a phone, tablet, or even a laptop, the SHARGEEK 170 delivers consistent and reliable power. The inclusion of Power Delivery (PD) 3.0 technology means that devices charge rapidly, making it an efficient travel companion.

      Display & Indicators
      One standout feature is the digital display that shows the exact percentage of remaining battery life, a handy tool for planning when you’ll need to recharge the power bank itself. This real-time power level indicator adds a layer of convenience, helping users avoid the uncertainty of guessing when their power bank might run out of juice.

      Portability
      Despite its large battery capacity, the SHARGEEK 170 remains remarkably portable. Its slim profile and relatively light weight make it easy to carry around without being too bulky. It’s the ideal power bank for long trips or extended periods away from a power source, ensuring you stay connected wherever you are.

      Charging Speed & Efficiency
      The fast charging capabilities are one of the highlights of the SHARGEEK 170. It supports 65W output, making it suitable for not just phones and tablets, but even laptops that require higher wattage. The 65W input also means the power bank itself charges quickly, saving you time between uses.

      Cons
      While the SHARGEEK 170 offers excellent performance, it does come with a few drawbacks. The transparent body, while stylish, may not appeal to everyone, and some users might prefer a more traditional design. Additionally, the price point might be slightly higher than average, but the features and performance justify the cost for those needing high-powered portable charging.

      Final Verdict
      The SHARGEEK 170 Power Bank is a great blend of style, power, and portability. Its 20,000mAh capacity, fast charging features, and real-time display make it a standout choice for users who need reliable power on the go. While it may be on the pricier side, the performance and design make it well worth the investment.
      7 people found this helpful
      Report
    • Reviewed in the United States on April 18, 2025
      Color: Dark grayVerified Purchase
      This could be an amazing product, and while it certainly boasts tons of benefits, I've got issues with the price. Out the box, it meets all the standards you'd want in a heavy-duty charger. Fast charging speed for quick device charge and recharging the battery. It has passthrough, so you can charge the battery while also recharging a device. The design is absolutely beautiful, with the transparent plastic cover so you see the insides. The interface is also super cool, with charging speed, battery percentage, input and output wattage, and a timer for recharge times and timer for how long the battery will last.

      However, while it seems great, I have issues with the pricetag. This comes at over $150, which is over $50 more expensive than other products with similar offerings. You are basically paying a massive surcharge for the looks, so if you want a similar performing battery, you can find many at a lower cost. While it does look cool, the plastic cover feels a bit cheap and I worry about the long-term scratches and other marks that'll show up on it.

      I did pick this up while it was on sale for $99, and then they had a promo code for the SHARGE brand products, so I got this at $89 before tax. At that cost, more than 40% discounted, I think this product is great. I wouldn't pay full price for this, but if you are able to score it at less than $100, I think its a great portable charger that looks better than anything else I've ever seen.
      One person found this helpful
      Report
    • Reviewed in the United States on April 16, 2025
      Color: Dark grayVerified Purchase
      The media could not be loaded.
      I was genuinely excited to receive this product—it looks great and matches the description perfectly. I even purchased the solar charging case alongside it, anticipating a great experience.

      However, upon opening the unit, I discovered three loose metal screws inside the plastic enclosure of the battery pack (visible in the attached photo). This isn’t just a minor defect—it’s a serious safety issue. Loose conductive metal pieces inside an enclosed power source like this could lead to short circuits, potential battery failure, or even electrical fires.

      This level of quality control failure is extremely disappointing, especially for a product designed to provide portable power. I’m hoping the company takes immediate action to resolve this—ideally by replacing the product and investigating how this passed inspection.

      Please let me know how you intend to make this right. I would much rather be a satisfied, repeat customer than have to return this and issue a formal complaint. Thank you.
      Customer image
      1.0 out of 5 stars
      Loose Screws Inside Battery Pack – Serious Safety Concern

      Reviewed in the United States on April 16, 2025
      I was genuinely excited to receive this product—it looks great and matches the description perfectly. I even purchased the solar charging case alongside it, anticipating a great experience.

      However, upon opening the unit, I discovered three loose metal screws inside the plastic enclosure of the battery pack (visible in the attached photo). This isn’t just a minor defect—it’s a serious safety issue. Loose conductive metal pieces inside an enclosed power source like this could lead to short circuits, potential battery failure, or even electrical fires.

      This level of quality control failure is extremely disappointing, especially for a product designed to provide portable power. I’m hoping the company takes immediate action to resolve this—ideally by replacing the product and investigating how this passed inspection.

      Please let me know how you intend to make this right. I would much rather be a satisfied, repeat customer than have to return this and issue a formal complaint. Thank you.
      Images in this review
      Customer image
      3 people found this helpful
      Report