Press ESC to close

The Weight Watchers Points Calculator estimates the point value of foods based on their calorie, protein, saturated fat, sugar and fiber content. Points help simplify calorie tracking and encourage healthier food choices.

How to Use This Calculator

  1. Enter the food's calories, protein (g), saturated fat (g), sugar (g) and fiber (g).
  2. The calculator applies the WW points formula weighting each nutrient.
  3. It displays the estimated point value for that food.

What the Result Means

Lower points indicate healthier, more nutrient-dense foods. High-protein, high-fiber foods score lower while high-sugar, high-saturated-fat foods score higher.

Reference Values

Daily points budget typically ranges from 23–35 points depending on age, weight, height and activity level. Most fruits and vegetables are 0 points.

Typical WW Points for Common Foods
FoodServingApprox. Points
Chicken breast (grilled)170 g (6 oz)3
Brown rice150 g (1 cup)5
Avocado1 whole8
Banana1 medium0
Slice of pizza1 large slice8 – 10
Egg1 large2

Weight Watchers Points Calculator

Easily calculate your SmartPoints to support mindful eating and healthy weight management.

 

Weight Watchers Points Calculator

 

The Weight Watchers Points system, known as SmartPoints, helps individuals make healthier food choices by assigning a value to each food based on calories, protein, sugar, and saturated fat. Understanding the points in your meals allows for structured eating that promotes weight management without strict dieting.

Our Weight Watchers Points Calculator provides a fast and reliable way to estimate SmartPoints for your meals and snacks. By tracking points accurately, you can make informed dietary decisions, stay accountable to your goals, and integrate this method seamlessly into a balanced lifestyle.

WW Points Calculator

Estimate food points for the SmartPoints (2015–2021), PointsPlus (2010–2015), and Classic (pre-2010) Weight Watchers® systems — with full formula transparency.

Choose System (Step 1 of 3)

Choose Your WW System

Weight Watchers has used three distinct points formulas over its history. Select the system that matches your plan. The SmartPoints system is the most widely used version, introduced in December 2015.

SmartPoints
Dec 2015 – Nov 2021
Most Used
PointsPlus
Nov 2010 – Nov 2015
Legacy
Classic Points
Pre-2010
Original
SmartPoints: calories, saturated fat and sugar raise points; protein lowers them. Introduced with the WW Freestyle plan (2018) and MyWW (2019–2021). Minimum value is 0.
🍳

Nutrition Facts

Enter the nutrition facts for one serving of your food item. Values come from the product label or a verified food database such as the USDA FoodData Central.

kcal
g
g
g
Please fill in all four fields (Calories, Protein, Saturated Fat, Sugar).
--
Points (live preview)

SmartPoints Value

--
points
--

Points

--
system

Calories

--
kcal

Increases pts

--
g

Reduces pts

--
g

Nutrient contribution to points

Step-by-step calculation

Zero-Point Foods (SmartPoints plan)

WW Points systems compared

System Period Formula inputs Key philosophy
SmartPoints Dec 2015 – Nov 2021 Calories, saturated fat, sugar, protein Penalises added sugar; rewards lean protein. Min. 0 pts.
Freestyle / MyWW Jan 2018 – Nov 2021 Same SmartPoints formula Added 200+ zero-point foods (eggs, chicken, fish, tofu, plain yogurt)
PointsPlus Nov 2010 – Nov 2015 Total fat, carbohydrates, protein, fiber Dropped calories; uses macronutrient energy values. Fruit = 0 pts.
Classic Points Pre-2010 Calories, total fat, fiber (capped at 4g) Original system. Simple formula; no protein credit.
PersonalPoints Nov 2021 – 2023 Fiber, protein, unsaturated fats, added sugars, saturated fats Personalised algorithm; unsaturated fats and fiber reduce points.

Estimated daily SmartPoints budget

Profile Approx. daily budget Weekly bonus Notes
Most adults (all sexes) 23–30 SmartPoints/day +35/week Budget set by WW algorithm based on age, sex, height, weight
Active individuals Up to 36/day +35/week FitPoints earned through exercise can add to daily allowance
Weight maintenance Higher than loss budget +35/week Budget adjusts as goal weight is reached
Members with diabetes +3 pts added to standard +35/week Adjustment for reduced zero-point foods high in carbs
Daily budgets are approximate. The official WW algorithm personalises the exact allowance. CDC recommends a weight-loss rate of 0.5–1 kg/week (1–2 lbs/week) for sustainable results.
Disclaimer This calculator is an independent educational tool and is not affiliated with, endorsed by, or connected to WW International (formerly Weight Watchers®). The SmartPoints® formula used here is based on publicly available reverse-engineered approximations (Dec 2015–Nov 2021 plan period). The official WW formula is proprietary and may differ. The PointsPlus and Classic formulas are derived from publicly documented sources. This tool does not account for ZeroPoint foods or personalised daily budgets. Always consult a registered dietitian or the official WW app for medically appropriate guidance.
" + '
' + '
' + signStr + "
" + "
"; }); document.getElementById("wwContribRows").innerHTML = rowsHtml; var noteMap = { smart: "Larger bar = greater impact on final score. Protein uniquely reduces your SmartPoints.", plus: "Fat and carbs drive the score up; protein and fiber bring it down.", classic: "Only calories and fat raise the score; fiber (max 4g) reduces it.", }; document.getElementById("wwContribNote").innerHTML = noteMap[wwSys]; // Formula lines var fHtml = ""; formulaLines.forEach(function (l) { fHtml += '
' + l + "
"; }); document.getElementById("wwFormulaLines").innerHTML = fHtml; // Zero foods var zeroMap = { smart: wwZeroSmart, plus: wwZeroPlus, classic: wwZeroClassic, }; var zeroTitles = { smart: "Zero-Point Foods — SmartPoints / Freestyle plan", plus: "Zero-Point Foods — PointsPlus plan", classic: "Zero-Point Foods — Classic plan", }; var zeroHints = { smart: "Over 200 zero-point foods introduced with Freestyle (2018). These foods are not tracked toward your daily budget. Source: WW International, 2018.", plus: "All fresh fruit and most non-starchy vegetables count as 0 points in PointsPlus. Source: WW International, 2010.", classic: "No zero-point foods existed in the original Classic system. All foods required tracking.", }; document.getElementById("wwZeroTitle").innerHTML = zeroTitles[wwSys]; document.getElementById("wwZeroHint").textContent = zeroHints[wwSys]; var zeroList = zeroMap[wwSys]; var chipsHtml = ""; zeroList.forEach(function (f) { chipsHtml += '' + f + ""; }); document.getElementById("wwZeroChips").innerHTML = chipsHtml; // Highlight table row ["Smart", "Plus", "Classic"].forEach(function (k) { var rowS = document.getElementById("wwRow" + k); if (rowS) rowS.classList.toggle("hl", wwSys === k.toLowerCase()); }); // Show results document.getElementById("wwResults").classList.add("show"); document.getElementById("wwPF").style.width = "100%"; document.getElementById("wwPL").textContent = "Results (Step 3 of 3)"; document.querySelector(".sog-ww .content").style.display = "none"; var root = document.querySelector(".sog-ww"); if (root) root.scrollIntoView({ behavior: "smooth", block: "nearest" }); }; // ---- Restart ---- window.wwRestart = function () { document.getElementById("wwResults").classList.remove("show"); document.querySelector(".sog-ww .content").style.display = ""; wwShowStep(1); [ "wwCal", "wwProt", "wwSfat", "wwSug", "wwFat", "wwCarb", "wwProtP", "wwFib", "wwCalC", "wwFatC", "wwFibC", ].forEach(function (id) { var el = document.getElementById(id); if (el) el.value = ""; }); document.getElementById("wwLiveVal").textContent = "--"; document.getElementById("wwLiveWrap").classList.remove("filled"); wwSetSys("smart"); var root = document.querySelector(".sog-ww"); if (root) root.scrollIntoView({ behavior: "smooth", block: "nearest" }); }; })();

Our other tools

Body Fat Calculator

The Body Fat Calculator estimates your body fat percentage...

Understanding Weight Watchers Points

Weight Watchers Points are designed to simplify nutrition guidance by quantifying the nutritional impact of foods. Each SmartPoint value reflects how a food contributes to energy intake and overall health. By managing your points daily, you can maintain a healthy caloric balance and optimize nutrient intake while still enjoying a variety of foods.

Factors such as calories, saturated fat, sugar, and protein content determine the SmartPoints of an item. Foods higher in protein often have lower points, encouraging choices that support muscle maintenance and satiety, while foods high in sugar or saturated fat carry more points. This system helps guide healthier eating habits without overly restrictive rules.

Using a points calculator enables you to plan meals efficiently, estimate portion sizes, and track points throughout the day. This approach supports weight management, enhances nutritional awareness, and aligns with evidence-based strategies for long-term health improvement.

On the same subject

Stay Informed

 Stay informed with clear, science-backed insights on longevity, nutrition and preventive health. Each week, Sogevity shares practical tools, research highlights and simple habits to help you extend your healthspan and make smarter decisions for your future.

    FAQ

    Understanding this calculator can raise questions. Here you’ll find clear, evidence-based answers to help you interpret your results and understand the science behind it.

    SmartPoints are the unit used in the Weight Watchers system to assign value to foods based on calories, saturated fat, sugar, and protein, helping guide healthier choices and manage overall daily intake.

    This calculator provides an estimation using standard Weight Watchers formulas. While it may not match exact app values for all proprietary recipes, it is highly reliable for home-cooked meals and packaged foods with known nutrition facts.

    Yes. Every food and beverage with nutritional information can be entered to calculate its SmartPoints, allowing you to track your total daily points accurately.

    For homemade meals, input the nutritional content of each ingredient. The calculator will combine these values to estimate total SmartPoints per serving, making it easier to plan balanced meals.

    The Weight Watchers Points Calculator is an essential tool for anyone following the SmartPoints system. It provides clear, practical guidance for tracking meals, planning snacks, and staying accountable to daily targets, supporting sustainable weight management.

    By integrating accurate points tracking into your routine, you can make informed dietary choices, enhance nutritional awareness, and develop healthier eating habits that contribute to long-term wellness and a balanced lifestyle.