International Kindle Paperwhite
Currently unavailable.
We don't know when or if this item will be back in stock.
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.
  • 2 VIDEOS
Set up videoMerchant Video

Fitbit Aria 2 Wi-Fi Smart Scale, Black

4.5 out of 5 stars 2,275 ratings

Currently unavailable.
We don't know when or if this item will be back in stock.
Brand Fitbit
Color Black
Display Type LCD
Weight Limit 4E+2 Pounds
Form Factor Mini

About this item

  • Measures weight, body fat percentage, lean mass and bmi. Aria air syncs stats wirelessly to computers and 200 plus leading iOS and android devices via a bluetooth connection only
  • Syncs stats automatically to your Fitbit dashboard using Wi-Fi encryption and tracks your progress with simple, easy-to-read graphs
  • Recognizes up to eight users while keeping individual stats private. Measurement ranges- 4. 5-180 kg
  • Easy bluetooth setup takes just a few minutes with your smartphone. Operating temperature - 41 to 104 degree Fahrenheit
  • Modern, polished glass surface for a scale that looks stylish anywhere
  • Recognizes up to 8 users while keeping stats private which means your personal weight data is for your eyes only

Additional Details

Small Business
Shop products from small business brands sold in Amazon’s store. Discover more about the small businesses partnering with Amazon and Amazon’s commitment to empowering them.

Small Business
This product is from a small business brand. Support small. Learn more

Top Brand: Fitbit

Highly Rated
100K+ customers rate items from this brand highly
Trending
100K+ orders for this brand in past 3 months
Low Returns
Customers usually keep items from this brand

From the manufacturer

Track Weight and More in Just One Step

Tracks Weight and More

Track advanced weight metrics to help achieve healthy, long-term results. Aria 2 measures your weight, BMI, lean mass and body fat percentage and automatically syncs it all to your Fitbit dashboard.

See Your Trends

Aria 2 automatically syncs your stats via your home WIFI network so you never have to record or remember them. Simple charts and graphs show your progress over time.

Designed to Be Shared

Aria 2 can recognize up to 8 users while keeping stats private. Each time you step on the scale, it recognizes you, displays your stats and sends them straight to your Fitbit account.

Easy to Use

Aria 2 is a breeze to set up using your smartphone's Bluetooth. Simply follow the quick start guide and in a few minutes, your scale is ready to go.

Find Useful Tools in the Fitbit App

Track Your Progress

Get help setting goals for weight, hydration, activity, nutrition, and sleep and follow your progress over time.

Create a Food Plan

Log meals and use calorie coaching to see your calories in vs. calories out and to get a well-rounded picture of your health.

Earn Rewards

Stay motivated by earning achievement badges when you reach a goal and sharing with your friends on Fitbit Feed.

Product information

Brand Fitbit
Color Black
Display Type LCD
Weight Limit 4E+2 Pounds
Form Factor Mini
Material Glass
Readout Accuracy 0.1 lbs or 50 grams
Item Weight 5.69 Pounds
Weigh Scale Type Counter Scale
Room Type Bathroom
Measurement Type pounds
Manufacturer Fitbit Inc
Unit Count 1.0 Count
UPC 816137020800
Global Trade Identification Number 00816137020800
Product Dimensions 1.56 x 14.19 x 13.97 inches
Item Weight 5.69 pounds
ASIN B0752M6T6K
Item model number FB202BK
Batteries 3 AA batteries required. (included)
Customer Reviews
4.5 out of 5 stars 2,275 ratings

4.5 out of 5 stars
Best Sellers Rank
Is Discontinued By Manufacturer No
Wireless communication technologies Bluetooth, Wi-Fi
Connectivity technologies Wi-Fi
Other display features Wireless
Human Interface Input Buttons
Date First Available August 29, 2017

Feedback

Fitbit Aria 2 Wi-Fi Smart Scale, Black


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

Smarter scale. Better results.to set up for the first time, you will need one of the following: iPhone 4s and later, iPad 3 gen. In addition, later, and leading android and windows devices. The relative humidity is 15-93%.

Product guides and documents

Customer reviews

4.5 out of 5 stars
2,275 global ratings

Review this product

Share your thoughts with other customers

Customers say

Customers find the smart scale easy to use and set up, with accurate weight and body mass readings, and appreciate that it syncs straight to the Fitbit app. Moreover, the functionality works well, and customers consider it well-made. However, there are mixed experiences with WiFi connectivity - while some report no problems, others say it won't connect at all. Additionally, the accuracy of body fat percentage measurements receives mixed feedback, with some finding it accurate while others report it being way off. The scale's build quality and value for money also receive mixed reviews, with some finding it reliable while others report poor build quality and consider it not worth the price.

210 customers mention "Functionality"180 positive30 negative

Customers find that the scale works well, particularly with the Fitbit app, and one customer mentions it functions seamlessly with their Comcast Xfinity router.

"Works great even when you may not like the numbers being reflected...." Read more

"...It makes me feel all fancy haha. Great product." Read more

"I got this scale years ago and it still works great! It is also simple to use and I love how you can see your weight on the fitbit app on your phone!" Read more

"Works well once you get the device to recognize different users and syncing with the apps...." Read more

166 customers mention "Ease of setup"126 positive40 negative

Customers find the scale easy to use and set up, with one customer noting it takes just 30 seconds to complete a weigh-in.

"Aria 2 was easy to setup, easy to use I never had trouble with it connecting...." Read more

"Great scale! Easy to set up (I use my mobile hot spot as i dont have wifi)..it took me about 5 minutes to get it set...." Read more

"...The Aria was easy to set up and sync to Fitbit...." Read more

"It is hard to put anther person and if you added he/she does not has full function" Read more

124 customers mention "Scale accuracy"97 positive27 negative

Customers find the scale accurate and beautiful, with one mentioning it provides consistent readings.

"...Great scale, very accurate. Very good at recognizing who is using it." Read more

"Love this scale. Was tough to get connected and working, but, once it's connected it works really well!..." Read more

"...Overall it's a great scale, but the interface with the app and fitness band should work better and have a lot more options and features...." Read more

"...I first stepped onto the scale to try it after setup, the scale displayed 2 foot icons, then 2 icons of half feet -- and then back to the full feet,..." Read more

118 customers mention "Sync"91 positive27 negative

Customers appreciate the scale's seamless integration with the Fitbit app, as it syncs automatically and uploads data immediately.

"...It syncs with the FitBit app so you can track your weight loss progress, and it provides an insight - though not accurate - of your body fat..." Read more

"...The best part is that it syncs automatically with my Fitbit app. You get the most from the scale by using it with the free app and a Fitbit...." Read more

"...The Aria was easy to set up and sync to Fitbit...." Read more

"Stupid thing was a royal pain to sync up with my fitbit. Tried the PC first and it could not see the WiFi...." Read more

222 customers mention "Accuracy"152 positive70 negative

Customers have mixed experiences with the scale's accuracy: while the weight and body mass readings are accurate, the body fat percentage measurement is consistently reported as being off.

"...wearing fitbit blaze so like to have one common app..it is good and accurate..i weigh myself daily and it gives a good trend too..so you can always..." Read more

"...It has been very accurate sometimes painfully so). Like the multi user capability (we are a family of 5). Like the different icons for each user...." Read more

"Not very Accurate, waste of money." Read more

"Accurate & upload directly into app" Read more

100 customers mention "Wifi connectivity"30 positive70 negative

Customers have mixed experiences with the scale's WiFi connectivity, with some reporting easy setup and excellent performance, while others mention it won't connect at all or fails to maintain a connection.

"...Cheap construction, 2) Poor WiFi connectivity, 3)..." Read more

"...Not sure why; maybe a firmware or app update, it developed major issues with WiFi (same router as before)...." Read more

"...Has been extremely accurate and have not had a single issue with it connecting...." Read more

"...Eventually then it just started not connecting to the wi-fi either...." Read more

45 customers mention "Build quality"22 positive23 negative

Customers have mixed opinions about the build quality of the scale, with some finding it well made and reliable, while others report poor construction and mention units breaking within two weeks of use.

"Great concept, poor build quality. Top shattered the third day. I couldn't print off the label to send it back. I was charged for the replacement...." Read more

"...Sleek and reliable ." Read more

"...Cheap construction, 2)..." Read more

"Well constructed. Sometimes does not recognize me. Thinks I'm a guest." Read more

64 customers mention "Value for money"0 positive64 negative

Customers express significant dissatisfaction with the scale's value for money, describing it as not worth the price and completely useless.

"While the wifi is accurate and works well. this product feels overpriced for what it does, mainly because it can't measure lean mass, and only..." Read more

"The scale is expensive. I had the app already downloaded and I think that helped make the start up process easier...." Read more

"For the price its not exactly worth it. All it basically does is send your weight directly to the app...." Read more

"This was expensive and it felt like too much money, but I dont regret it one bit. Totally worth it." Read more

Fancy Weigh-Ins
5 out of 5 stars
Fancy Weigh-Ins
I got this with my FitBit and I must say it's nice. So clear that it gives amazing reflections as shown in my photos. It's great for weight measuring for me and my gal and can identify who is who with amazing accuracy. Then it works with the Fitbit app without any issue either. Great for recording weight measurements for you so you do not have to. Step on it 1 time a day and see the dips and the gains accordingly. It makes me feel all fancy haha. Great product.
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 April 18, 2018
    Great Product works well.

    When I first got this, I thought it was crazy to get a smart scale at this price. I live in a household with four people and when I bought this scale I was the only one with a fitbit tracker. Once I got into the whole fitbit dashboard and app, and after trying out a friend's Aria 1 - I decided to go ahead and get this scale to help me with some personal weight loss goals.

    IT IS IMPORTANT TO MAKE SURE THAT YOUR FITBIT APP IS UPDATED!!!

    When I first took everything out of the box and was setting it up - the first headache was connecting to the blasted thing. I started remembering all the bad reviews and it seems like this is the most difficult part of setup. I have both a Samsung Galaxy S6 and an iPhone 6 plus both with the fitbit app. Out of the box it will try to connect via bluetooth and on both devices I would enter in the pin... and then kicked back out to the add device screen without the device being added. It took me about thirty minutes of me going back and forth between the iPhone and the Android App, questioning the very life decisions that lead me to throw down over a 100 frogskins just for something that won't connect before I came account a reddit post where people where having the same thing and updated their app... I laughed, frantic, hysterical laughter at the very thought that the app needed to be updated in order for this to work, I was only one version update behind - this gained me worried looks from the other members of my household, but behold... once I updated the app - the scale connected right away and I almost fell over in a bewildered state.

    After you get done with the set up, everything else just kinda falls into place - you can set up other users by sending them an invite from your fitbit dashboard - it will require them to make a fitbit account which they'll mumble about drinking the kool-aid and other things, but otherwise will keep trace of your weight and BMI like there's nothing to it.

    The first time I set up the lightest member of my household - it actually thought it was me and my app went insane telling me that I had lost near 60 pounds and giving me trophy after trophy which make me spit up my cluster-filled doughnut shake/smoothie because short of actually loosing a limb or two - that was not possible.

    Other than that I've had it about a month and a half and use it nearly every day and it keeps trace of my weight and Fat percentages. There are three other people that use it and as far as i can tell it's kept trace of all four of us just fine as well as the occasional person that wants to jump on it like it's a freak'n spring board - Susan...I know it was you... it's not a damn trampoline...

    One of the other people in my house found out that the scale seems to get quicker readings when used on the kitchen's linoleum floor rather than the bathroom's hard tile floor. It may take about 3 solid seconds longer to use in the bathroom than in the kitchen, which I don't mind - even if the household person will randomly leave the scale in the kitchen, they claim it takes better readings in the kitchen, but it's always been the same for me when I tried moving it around.

    I'm sure if it ever breaks I'll update this review and be extremely upset
    543 people found this helpful
    Report
  • Reviewed in the United States on June 19, 2018
    This scale works great! I am really glad I purchased it despite the negative reviews. I had absolutely no problems setting this up. I recommend that you do ensure the fitbit app is completely updated before you attempt to setup the scale. After stepping on the scale you will begin to see little footprints appear on the screen, step off the scale at this time to see your weight and body fat percentage displayed. If you do not step off the scale you will get an error message and your weight will not display. I hope this review helps any that may have struggled to set up the device or who may hesitate to purchase. It really is an awesome fitness tool and I love how it automatically sends the info to my Fitbit app! I can know see when I turn body fat into lean muscle as my BF% decreases!
    54 people found this helpful
    Report
  • Reviewed in the United States on June 24, 2020
    I purchased this scale for myself and my husband to use. For someone like me, who is very impatient and likes to SEE results right away, this scale is very helpful! As silly as it sounds, being able to see that I lost even a HALF of a pound is extremely motivating and helps me stay on track. I am also very pleased that it will allow multiple users and still keep each user's weight private! I love that the scale keeps track of your weight, BMI, and Body fat % and will provide you with graphs and trends on the Fitbit app. It helps me to stay mindful of what I'm doing and the results I see (or don't see) and how they correspond. I would definitely recommend this product and am extremely happy with this purchase.
    One person found this helpful
    Report
  • Reviewed in the United States on January 25, 2018
    I've had my Fitbit Blaze Smart Fitness Watch, Black, Silver, Small (US Version) for a couple years, and I love it! I take it with me everywhere I go. We've lost over 25lbs together and logged over 1,500 miles. I am overall happy with the brand and thought that adding a smart scale would help me log my weight more regularly as well as provide other interesting statistics.

    Specifically, I wanted an Aria scale to streamline weighing in, and I was very interested in the % Body Fat readings as well.

    Last year, I had purchased the original Aria, and it was just terrible. I spent a few days trying to set it up and sent it right back. I am very happy to report that FitBit has solved the connection problems with the Aria 2. Set up and syncing with my wifi and FitBit account took 5 minutes. It was a very easy process.

    The scale offers a consistent reading and can support multiple users (up to 8). Each time I step on the scale, the scale displays my weight, fat %, and my icon that enables shows that the Aria 2 is posting to the correct user.

    I love seeing the additional data on my FitBit Dashboard. The Aria 2 provides excellent motivation to keep working out.

    The % fat metric is also one that I was very curious about. As many people have mentioned, the % fat metrics are measured by a small imperceptible current that travels through your feet when you step on the scale. It is not the most accurate way to get this data, but it is BY FAR the most convenient way to collect % fat information. The scale is very consistent which helps me keep an eye on how I'm doing.
    3 people found this helpful
    Report

Top reviews from other countries

Translate all reviews to English
  • Ismael G Marin
    5.0 out of 5 stars Excelente bascula, definitivamente de lo mejor
    Reviewed in Mexico on November 1, 2019
    Excelente, muy fácil de usar, alt calidad y la conexión fue muy fácil, la recomiendo mucho, aunque a veces cueste ver la realidad
    Report
  • Mohammed Najib
    5.0 out of 5 stars A gadget I truly love using
    Reviewed in Canada on September 10, 2019
    I have owned this scale for a year. It consistently delivers top class performance and presents results in such an elegant and effortless way. I highly recommend it.

    The wifi is a bit shaky however. As such, you have to insure proper coverage on the 2.4GHz band (the only band this scale supports). This is because this has substantially lower wifi performance than say your computer or your smartphone. It will not work if your signal isn't on the stronger side.
    One person found this helpful
    Report
  • Alex T.H.
    5.0 out of 5 stars Great scale.
    Reviewed in Japan on December 1, 2019
    I was reluctant at first to buy after reading a few reviews here. But turn out, the product is quite good. Sync seamlessly to the fitbit app on my iPhone via bluetooth and wifi. Great add-on for weight monitor
  • Naveed Zanoon
    5.0 out of 5 stars Love the Fitbit ecosystem
    Reviewed in Australia on August 25, 2018
    The setup can be a bit confusing but overall the the products been great.
  • Yolanda Sampson
    5.0 out of 5 stars Makes weight management so much easier...
    Reviewed in Canada on July 5, 2019
    Great product, super happy with it. Very easy to set up and sync with my Fitbit app. Love the sleek design. Makes doing my weigh ins so seamless and easy. Well worth the money spent.