← All articles

Loop Habit Tracker Review 2026: Free, Fast, Solo

·10 min read

Loop Habit Tracker is a free, open source (GPLv3) Android habit tracker that holds a 4.7 rating from 63,197 ratings and over 5 million downloads on Google Play, read on 7 September 2026. It has no ads, no paid tier and no account, because it has no server: its Android manifest declares five permissions and the internet permission is not one of them, so cloud sync, sharing and accountability features are impossible by construction rather than merely absent. Its headline feature is the habit score, which the app describes as an advanced formula without publishing it. The source file does: the score is an exponential moving average whose daily multiplier is 0.5 raised to the power of the square root of the habit frequency divided by 13. For a daily habit that gives a 13-day half-life, so one missed day drops a perfect score to 94.8 percent instead of resetting it, and reaching 90 percent takes 44 straight days. Loop is the best free choice if you use Android, track alone and want your data on your device. It is the wrong choice if you use an iPhone, want the same data on two devices, or need another person to notice when you stop.

Loop Habit Tracker is the app people recommend when someone asks for a free habit tracker with no catch, and the recommendation is fair: no ads, no subscription, no account, no upsell. What almost nobody explains is the thing the app is actually built around. Its habit score is described on the project page as an advanced formula, and the formula itself is never published anywhere except in one file of the source code. We read that file, ran the numbers, and it turns out to explain both why Loop feels forgiving and why it can never do the one thing a lot of people install a tracker for.

Is Loop Habit Tracker worth using in 2026?

Yes, if you use Android, track your habits alone, and want your data to stay on your phone. No, in every other case. That is a narrow recommendation for an app rated 4.7 out of 5 from 63,197 ratings with over 5 million downloads, but the narrowness is the point. Loop is not a stripped-down version of a bigger product with features held back behind a paywall. There is no paywall and no server, so what it does not do, it cannot do.

Loop Habit Tracker is a free, open source Android app for tracking repeated behaviours. It stores all data locally, has no account system and no advertising, and is released under the GPLv3 licence by a volunteer project started in 2014.
Loop Habit Tracker at a glance, checked on 7 September 2026 against the Google Play listing, the F-Droid package page and the source repository.
ItemWhat we found
PriceFree. No paid tier, no in-app purchase, no advertising
Google Play rating4.7 from 63,197 ratings, more than 5 million downloads
PlatformsAndroid only, via Google Play or F-Droid
LicenceGPLv3, full source public since 2014
Latest release2.3.1, August 2025. Play listing updated 15 September 2025
Cloud syncNone. Manual export to CSV or SQLite, plus local backups
Sharing or accountabilityNone. The app requests no internet permission
Data collectedPlay data safety section states no data shared with third parties

How does Loop actually calculate your habit score?

Loop’s habit score is an exponential moving average: each day your previous score is multiplied by 0.5 raised to the power of the square root of the habit frequency divided by 13, and the day’s result is added with whatever weight is left over. That single line, from Score.kt in the project repository, is the whole mechanism. For a daily habit the frequency is 1, so the multiplier is 0.9481 and the half-life is exactly 13 days. For a habit set to three times a week the frequency is 3 divided by 7, and the half-life stretches to about 20 days. The general form is neat enough to write out: the half-life in days is 13 divided by the square root of the frequency.

Score half-life by habit frequency, computed from the formula in Score.kt. The half-life is how long the score takes to fall by half once you stop.
Habit scheduleFrequencyDaily multiplierHalf-life
Every day1.000.948113.0 days
5 times a week0.710.955915.4 days
Every other day0.500.963018.4 days
3 times a week0.430.965719.9 days
Once a week0.140.980134.4 days

Run that forward and the app’s behaviour stops being mysterious. Starting from zero and never missing, a daily habit reaches 50 percent on day 13, 79.8 percent on day 30, 90.4 percent on day 44 and 99 percent on day 87. Run it the other way from a perfect score and one missed day costs you 5.2 points, three missed days cost 14.8, and it takes 13 days away from the habit to lose half of what you built.

Loop habit score over 90 days, perfect practice against stopping on day 44With perfect daily practice the score reaches 50 percent on day 13, 90.4 percent on day 44 and 97 percent on day 66. If practice stops on day 44, the score falls back to 7.8 percent by day 90, halving every 13 days.100%75%50%25%0%Day 13Day 44Day 66Day 90Never missingStopped on day 44Days since starting the habit
Loop habit score for a daily habit, computed from the formula in Score.kt. Both directions are slow: 44 days to reach 90 percent, and 13 days of nothing to lose half of it.

One coincidence is worth flagging without overclaiming it. A perfect daily run hits 97 percent on day 66, and 66 days is the median time to automaticity in the study by Lally and colleagues at University College London, published in 2010. The repository does not document any research basis for the constant 13, so we are not going to tell you the two were connected. It does mean the curve on your screen tops out at roughly the point where the research says the behaviour has become automatic, which is a more sensible pacing than a streak counter that rewards day 400 the same way it rewards day 4.

Can you use Loop Habit Tracker on iPhone, PC or the web?

No. Loop is Android only, and the project publishes to exactly two places: Google Play and F-Droid. This matters more than a normal platform footnote, because searches for Loop on iOS, Windows, PC and the web are among the most common things people type after the app’s name. There are apps on the App Store with near-identical names, including one called Loop Habit Tracker with an asterisk, published in May 2025 by a different developer, and one called Loop: Habit Tracker published in July 2026 by another. Neither comes from the iSoron project, so installing them does not get you this app or its data format.

The demand is not hypothetical, and it is measurable in the project itself. On 7 September 2026 the tracker had 39 open issues carrying 386 reactions between them. Three issues account for 332 of those, or 86 percent.

The three most reacted-to open issues in iSoron/uhabits, read on 7 September 2026.
RequestOpen sinceReactions
Make Loop a multiplatform applicationMarch 2019195
Allow the app to sync data across devicesJanuary 202174
Develop an iOS versionMarch 201963

The three things Loop’s own users have asked for longest are the three things it still does not do.

None of this is a scandal. A volunteer project is allowed to stay focused, and staying local is exactly what keeps Loop free and private. It is simply the information you need before you build two years of history into an app that lives on one phone.

Does Loop have any sharing or accountability features?

None, and the reason is verifiable in one file rather than a matter of opinion. Loop’s Android manifest declares five permissions: post notifications, receive boot completed, schedule exact alarm, use exact alarm and vibrate. The internet permission is not there. An Android app without it cannot open a network connection, which rules out cloud backup, cross-device sync, friend lists, shared streaks and every other feature that needs a second person to see your data. The Play listing’s data safety section is consistent with that: no data shared with third parties.

For a lot of people that is the whole appeal, and the honest position is that it is a real feature rather than a gap. It is also a specific trade-off. If the reason your last three habits failed is that nobody ever noticed you stopped, a tracker that cannot tell anyone is solving a different problem from yours. That is the same split we found comparing habit trackers with a social layer and reviewing accountability apps: the solo tools are usually better built, and the social ones are usually the ones people stick with longer.

Is Loop Habit Tracker still being updated?

Yes, but the released app and the code are on different clocks. Version 2.3.1 shipped in August 2025 and the Play listing gives 15 September 2025 as its last update, so the app you install today is a year old. The repository is more active than that: commits continue through 21 July 2026, and the unreleased section of the changelog already lists habit search, archive actions from the statistics page, automatic backups to a folder you choose, and a migration of the core to Kotlin Multiplatform. That last item is the groundwork the multiplatform request would need.

Read that how you like. The project has 10,220 stars and is not abandoned, but a yearly release cadence on a volunteer project means the answer to any missing feature is measured in years, and the two headline requests have been open for five and seven.

Who Loop is right for, and where StellarHabit fits

Install Loop if you are on Android, you track alone, and local data matters to you. It is the best free option in that shape and nothing here changes that. The interface is fast, the widgets are good, the export is honest CSV and SQLite, and it will never ask you for money or an email address.

StellarHabit exists for the case Loop deliberately does not cover. It runs in the browser, so the same account opens on your phone and your laptop with nothing to install and no app store involved. It replaces the streak with a consistency percentage, for the same reason Loop’s score decays gently rather than resetting: one missed Tuesday should cost a few points, not eleven weeks of progress. And it puts that percentage in front of a small group, so that someone actually notices when it starts falling.

Our limits, in the same detail we applied to Loop. There is no money at stake, so if you need a financial penalty to move, this is not it. It is built around a group, so if you want a private tracker nobody else can see, Loop is a better fit than we are. And your data lives on our server rather than on your device, which is the direct cost of the sync and the sharing. If those trade-offs are wrong for you, keep Loop, and read how long habit formation actually takes so the number on the screen makes sense while you wait for it.

Frequently asked questions

Is Loop Habit Tracker free?

Yes, completely. There is no paid tier, no subscription, no in-app purchase and no advertising. The project is released under the GPLv3 licence and developed by volunteers, and its README states that all features are available to all users. That also means a modified APK buys you nothing, since no feature is held back and there is no limit on how many habits you can track.

What is Loop Habit Tracker's rating on Google Play?

4.7 out of 5, from 63,197 ratings, with more than 5 million downloads. Those figures come from the structured data on the official Play Store listing for org.isoron.uhabits, read on 7 September 2026. The same listing gives 15 September 2025 as the date of the last update, which matches version 2.3.1.

Is Loop Habit Tracker available on iPhone or iOS?

No. Loop is Android only, and its README links to Google Play and F-Droid and nowhere else. Apps with similar names do exist on the App Store, published by unrelated developers, so an iPhone search for Loop Habit Tracker returns something other than this project. An iOS version has been the subject of an open request on the tracker since March 2019.

How does Loop calculate habit strength?

With an exponential moving average. Each day the previous score is multiplied by 0.5 raised to the power of the square root of the habit frequency divided by 13, and the day's result is added with the remaining weight. For a daily habit the multiplier is 0.9481, which is a 13-day half-life: 13 perfect days take you to 50 percent, 44 to 90 percent, and 13 missed days halve whatever you had.

Can you sync Loop Habit Tracker between two devices?

Not automatically. Loop stores everything on the device and offers manual export to CSV or to an SQLite database file, plus automatic local backups. Moving to a new phone means moving a file yourself. A cross-device sync request has been open on the tracker since January 2021 and is the second most reacted-to open issue in the project.

Is Loop Habit Tracker safe and private?

It is one of the more verifiable answers in this category, because the code is public. The Android manifest requests notifications, boot completion, exact alarms and vibration, and no internet permission, so the app cannot send your data anywhere. The Play listing's data safety section states that no data is shared with third parties. Install from Google Play or F-Droid rather than from an APK mirror.

Sources

  1. iSoron/uhabits, Loop Habit Tracker source repository, GPLv3. Score.kt, habit score computation, dev branch, read on 7 September 2026.
  2. iSoron/uhabits, uhabits-android/src/main/AndroidManifest.xml, declared permissions, dev branch, read on 7 September 2026.
  3. iSoron/uhabits, issue 486, Make Loop Habit Tracker a multiplatform application, opened 31 March 2019, open with 195 reactions on 7 September 2026.
  4. iSoron/uhabits, issue 702, Allow app to sync data across devices, opened 2 January 2021, open with 74 reactions on 7 September 2026.
  5. iSoron/uhabits, issue 487, Develop iOS version of Loop Habit Tracker, opened 31 March 2019, open with 63 reactions on 7 September 2026.
  6. Loop Habit Tracker on Google Play, listing for org.isoron.uhabits. Rating, rating count, install count, data safety section and last update date read on 7 September 2026.
  7. Loop Habit Tracker on F-Droid, package org.isoron.uhabits, suggested version 2.3.1, read on 7 September 2026.
  8. iSoron/uhabits, CHANGELOG.md and releases. Version 2.3.1 released August 2025, unreleased section and commits to 21 July 2026, read on 7 September 2026.
  9. Lally, P., van Jaarsveld, C. H. M., Potts, H. W. W., & Wardle, J. (2010). How are habits formed: Modelling habit formation in the real world. European Journal of Social Psychology, 40(6), 998-1009.
  10. Apple App Store listings for Loop Habit Tracker* by Steve Veloudos and Loop: Habit Tracker by Abduazim Islomjonov, queried through the iTunes Lookup API on 7 September 2026. Neither is published by the iSoron/uhabits project.