Tag: batterylife

  • Does charging your battery to 80% really extend its lifespan?

    Does charging your battery to 80% really extend its lifespan?

    Manufacturers are beginning to realize that battery health is a major concern for contemporary smartphones due to longer update commitments. In an effort to extend battery life, Android 15 added an optional 80% charging limit in addition to long-standing features like adaptive charging. Similar features were first introduced by Apple with the iPhone 15, and many Android phones now have them as well.

    However, doesn’t 80% seem like a pretty arbitrary number? Why would you want to cap yourself below your maximum capacity? It’s time to go through more fiction and truths about batteries. Here are some things to be aware of.

    Keeping batteries healthy for longer

    Heat and voltage are the two main enemies of battery health. Keeping your phone off of a hot dashboard, avoiding charging it beneath your pillow, and using slower charging when you don’t need a quick top-up are the main ways to manage the former. However, the user cannot effectively regulate voltage wear; voltage stress is merely a consequence of battery charging.

    As you can see, the voltage of a nearly depleted battery is lower than that of a full one. Because there is some wiggle area below the peak voltage, which increases tolerance for voltage peaks brought on by large currents, this voltage gap can actually be exploited to accelerate charging. Many lightning-fast charging solutions operate in this way without damaging your battery. There is less tolerance between the immediate and maximum voltages, though, because a battery’s voltage rises as it fills up. Li-ion batteries will explode if their rated voltage is ever exceeded! To fully charge a battery, you must go slowly and carefully.

    Battery Charge Voltage vs Time.jpg

    Although charging engineers take precautions to prevent battery explosions, wear can still happen simply by raising the battery’s voltage. The battery’s available lithium capacity eventually decreases due to anode saturation. When electrolytes are highly charged, they can also slowly break down into gases, and the cathode of the battery can also dissolve into the electrolyte. In a single case, none of this is concerning and is partly inevitable nevertheless, but over time, the additional wear accumulates and causes the battery’s capacity to gradually decrease more quickly than is ideal.

    The first 60% of a battery’s voltage usually increases the fastest, after which it gradually increases until it reaches full. Stopping at around 80% is a nice halfway house because the battery is sufficiently charged to last for hours even if it isn’t quite at its peak voltage, which is where the most harm happens. The seemingly arbitrary 80% measure has a lot of sound research behind it, but is it truly helpful in real-world situations?

    Should I only charge my phone to 80%?

    increase battery life charrge to 80%

    The truth is that no matter what you do, your phone’s battery will ultimately deteriorate; the best way to handle this gradual decline will depend on your demands. The most careful chargers who maintain their phone’s temperature and adhere to the 80% rule may be able to increase the battery’s life by a year or more, which is unquestionably valuable. Whether artificially restricting oneself to 80% now is worth the long-term benefits is a personal decision.

    Let’s examine the worst scenario. While many of today’s higher-end smartphones have ratings of 1,000 or even 2,000 cycles, modern smartphone batteries are typically rated for at least 500 charge cycles before depleting to 80% of their initial capacity. In the worst scenario, that amounts to about a year and a half of charging your phone every day from empty to full—a modest routine—and for longer-lasting phones, it may continue for several years. The majority of customers will most likely wait two to three years before detecting a decline in battery life, and much longer before it becomes a serious issue. And that’s assuming no additional safety measures are taken.

    A year or more could pass before you need to replace your battery if you limit yourself to 80% charge.

    Fortunately, most modern phones come with some built-in assistance. Taking your phone from the plug as soon as possible helps prevent stress from idle charging because phones tend to trickle charge for a time after displaying the completely charged notification, so the 100% charged notification is rarely actually quite full. By maintaining the battery at a reduced capacity and voltage until just before you normally unplug your phone in the morning, using Adaptive Charging or Optimized Charging—depending on the manufacturer of your phone—will help even more. Maintaining healthy habits like this could help your battery reach the three-year mark with ease.

    Google’s latest Pixels go one step further, using Battery Health Assistance to gradually limit charging pace and battery capacity in software to keep a lid on long-term health and safety.

    battery life

    However, many people without extremely demanding workloads could still benefit from just charging their laptops, phones, and other devices to 80% charge (where possible) if they truly want to extend the life of their batteries. This can help you get through a normal day while also enhancing battery health. However, if you want to use your phone for the entire day, I wouldn’t advise unplugging it from the charger before 70%.

    Worrying about an 80% restriction isn’t worth the battery concern if you frequently run out of juice by the end of the day, play a lot of games, or (like me) have strange charging patterns where your phone is rarely full anyway. In order to further customize the maximum restriction to your requirements, certain phones additionally provide 85%, 90%, and 95% settings. In any event, use your phone whatever you like, but be mindful that the battery will need to be changed after a few years. Don’t worry, you will need a new battery for your phone whether you intend to keep it for five, six, or seven years.

    Fortunately, even for older phones, Apple, Google, and Samsung all have competitive battery replacement programs. It’s not awful to spend about $80 to keep a phone functional for many more years. However, in some areas, you may have to pay more than you should, and other brands’ availability and costs differ significantly.

    With long-term ownership, these expenses are unavoidable; the only question is how many months you can try to avoid them. Adhering to the 80% rule will undoubtedly be beneficial.

  • How to uninstall system apps on Android (without root)

    How to uninstall system apps on Android (without root)

    Unnecessary system apps and bloatware can be annoying. They drain your battery, take up important storage, operate in the background, and are frequently impossible to remove with standard methods. Although rooting your Android device gives you complete control over system programs, most users are not advised to do so because it violates your warranty and jeopardizes security.

    Thankfully, there are secure and efficient methods for disabling or removing system programs without rooting, particularly when using ADB (Android Debug Bridge). We will go over every technique in this article, from basic settings adjustments to more sophisticated (yet secure) desktop tools.

    android system apps unistall with adb

    What are system apps and why can’t you delete them easily

    Applications that are pre-installed by the manufacturer or carrier of the device are known as system apps. These consist include third-party programs like Facebook or Netflix that OEMs package, stock utilities, or branded services.

    They cannot be removed using the standard app menu since they are installed in the system partition. ADB commands, however, can be used to disable or even uninstall many.

    Common examples of pre-installed system apps include:

    • Duplicate media players or browsers
    • OEM app stores
    • Partner bloatware like Amazon Shopping, LinkedIn, or TikTok
    • Preloaded games or theme services

    Disable system apps from settings

    This is the simplest method and doesn’t require a PC.

    Steps:

    1. Open Settings > Apps.
    2. Tap See all apps to view the complete list.
    3. Select the system app you want to disable.
    4. Tap Disable. You may be asked to confirm your choice.

    What happens when you disable an app:

    • It is removed from the app drawer.
    • It can no longer run in the background.
    • It won’t receive updates or use system resources.
    • The app is still stored on your device but rendered inactive.

    Limitations:

    • Not all system apps can be disabled (depends on OEM).
    • Disabled apps can be re-enabled manually.

    This is the safest approach for beginners.

    Uninstall system apps using ADB (no root)

    You can use ADB to perform advanced commands on your Android device by connecting it to a computer. This technique allows you to remove system programs for the current user without requiring root access.

    Step 1: Set up ADB on your computer

    1. Download the Android SDK Platform Tools for Windows, macOS, or Linux from Google’s official site.
    2. Extract the contents to a folder (e.g., C:\adb).

    Step 2: Enable developer options and USB debugging

    1. Go to Settings > About phone.
    2. Tap Build number 7 times until you see a message saying “You are now a developer.”
    3. Go back to Settings > System > Developer options.
    4. Enable USB debugging.

    Step 3: Connect your phone to your PC

    • Use a USB cable to connect your device.
    • When prompted on your phone, allow USB debugging.

    Step 4: Open ADB and check the connection

    1. Open a terminal or command prompt in the ADB folder.
    2. Type: adb devices – you should see your device listed.

    Step 5: Find the package name of the app

    To uninstall an app, you need its package name. You can find this using:

    adb shell pm list packages | grep [app name]

    For example, to find Facebook‘s package name:

    adb shell pm list packages | grep facebook

    Step 6: Uninstall the app

    Use the following command:

    adb shell pm uninstall --user 0 com.facebook.katana

    That command will remove Facebook from your user profile, freeing up memory and removing it from the interface.

    Note: The app is only removed for the current user, not deleted from the system partition.

    Method 3: Use a no-root app debloater tool (GUI)

    If you’re not comfortable with the command line, you can use a graphical tool like:

    • Universal Android Debloater (UAD)
    • ADB AppControl
    • Android Debloater by XDA Developers

    These tools allow you to:

    • Browse installed system apps
    • Uninstall or disable them safely
    • See app names with friendly UI
    • Restore apps if needed

    Most tools require:

    • ADB installed on your system
    • USB debugging enabled
    • Windows PC (some versions work with Linux/macOS)

    They’re beginner-friendly and support a wide range of devices.

    Should you uninstall or disable every system app?

    No. Some system apps are critical to core Android functions. Removing them may cause:

    • Boot loops
    • Broken system features (e.g., notifications, calls, camera)
    • Incompatibility with future updates

    Always check what a system app does before removing it. You can research package names or use a debloater tool with built-in safety warnings.

    Safe-to-remove examples:

    • Social media bloatware
    • OEM-specific cloud services you don’t use
    • Built-in browser (if you use Chrome)
    • AR apps, Game Launcher, or duplicate music players

    Unsafe-to-remove examples:

    • com.android.systemui
    • com.google.android.gms
    • com.android.providers.*

    How to restore system apps uninstalled via ADB

    If you want to bring back an app removed via ADB:

    adb shell cmd package install-existing [package name]

    For example:

    adb shell cmd package install-existing com.facebook.katana

    This will restore the app for the current user, assuming it wasn’t fully deleted from the system partition.

    Uninstalling system apps without root gives you more control over your Android phone without compromising safety. ADB is a powerful tool that helps remove bloatware, reclaim storage, and speed up your device. If you’re cautious and avoid critical system packages, you can safely declutter your phone and enjoy a cleaner experience.

    Whether you’re using the built-in disable function or running ADB commands, you don’t need root access to take control of your device anymore.

  • 7 settings to drasticaly improve battery life on any Samsung device

    7 settings to drasticaly improve battery life on any Samsung device

    Because of their full of features and efficient software, Samsung’s Galaxy smartphones are among the best Android phones on the market right now. However, the majority of Samsung phones, particularly premium models like the Galaxy S25 Ultra, Galaxy Z Fold 6, and Z Flip 6, include extravagant features that you might not utilize on a regular basis. There are ways to maximize what you have without degrading the user experience if your new Galaxy phone is not able to last a full day between charges.

    Here are seven ways to extend your Galaxy phone‘s battery life. Do not worry, I will not be Captain Obvious and suggest that you use your phone at a lower refresh rate or lower the screen resolution. The suggestions on this list ought to enhance your quality of life while optimizing the functionality of your phone.

    Use Dark Mode

    AMOLED screens, which can light individual pixels, are seen on the majority of Samsung phones. Therefore, the area of the screen that must remain black will not activate those pixels when you choose a dark theme or dark wallpaper. As a result, your screen uses less power and your battery lasts a little longer.

    dark mode enable 2

    How to do it: Go to Settings > Display. Two cards for Light and Dark will be dealt to you. Press the Dark option. Changing the system wallpaper and sticking with the light theme is an alternative, but it will not have the same impact on energy life as switching to dark mode.

    Use Adaptive Brightness

    Although this feature should ideally be turned on by default, some individuals disable it because it is not always reliable. Nonetheless, the quality of Samsung’s ambient light sensor has increased over time. Your Galaxy phone is capable of accurately detecting ambient illumination and adjusting the screen brightness on its own. By doing this, you can make sure your display is more effective and not overly bright.

    Toggle on Adaptive Brightness by going to Settings > Display. Although it should function in most settings, you can use the Quick Settings panel to slide down to change the brightness if necessary.

    Force stop or uninstall power-draining apps

    Many applications, including Facebook, Microsoft 365, OneDrive, and numerous Samsung and Google apps, are pre-installed on Samsung devices. To stop them from running in the background, find the ones you do not need and either remove them or force-disable them.

    For instance, not everyone requires OneDrive or the Samsung Smart TV app. I remove those two apps along with others like Facebook, Outlook, Microsoft 365, Tutor, and more when I set up a new Galaxy phone.

    How to: Tap and hold the app you want to uninstall. A pop-up menu will appear. Tap Uninstall. As a result, none of these non-required apps will use your battery.

    Identify power-draining apps

    Depending on your location, 5G connectivity, and background usage, some apps need more power. To assist you reduce unnecessary battery usage, Samsung allows you to recognize certain power-hungry programs.

    By selecting Settings > Battery and Device care > Battery > Background usage limits, you may find and disable power-draining apps on your device.

    samsung galaxy s25 ultra

    Samsung Galaxy S25 Ultra

    Streamline your day with an assistant that gets you. Ask it to Google search for a pet-friendly vegan restaurant nearby and text it to your friend – your Galaxy S25 Ultra handles multiple tasks with a single ask.

    $1,299.99$1,067.99See It

    Scheduled Always-On Display

    I like my Galaxy S25 Ultra’s Always-On Display (AOD). For efficiency, its LTPO display lowers to 1Hz, which is useful for functions like AOD. Using AOD may not be as effective if your Galaxy phone is midrange and has a minimum refresh rate of 60 Hz. You can use it wisely, though, by planning AOD for when it is required.

    samsung aod battery life

    How to: Go to Settings > Lock Screen and AOD > Tap on Always On Display > When to show > As scheduled. While you’re at it, also turn off the Show lock screen wallpaper within AOD settings.

    Use Performance profile

    Samsung lets you select a performance profile according on how you use it. The Light Performance profile is a better option than the Standard if you do not play games and use your phone mostly for everyday activities like surfing and making calls. It will put cooling and battery life ahead of processing performance.

    samsung performance profile

    How to: Open the Settings app and go to Device care > Performance profile and select Light. This is ideal for average phone users.

    Download offline content before travel

    It is a good idea to download such stuff offline if you listen to the same podcasts and playlists or travel the same path every day. Google Maps and the majority of streaming apps use a lot of battery power over 5G and LTE. It may also cause your phone to feel warm to the touch when you are outside. With a little advance forethought, you can handle this: Before you leave the house, use Wi-Fi to download your favorite music or maps.

    How to: Go to the streaming apps you want to download content from and follow the in-app steps. For instance, YouTube has a download button on videos, and Spotify lets you download complete playlists.

    What should you do if the battery on Galaxy phone runs low?

    The seven settings above will not hinder your user experience and will retain the best Galaxy phone features. However, if you’re out and your phone is low on battery, you should:

    • Turn on Power Saving
    • Toggle off data roaming
    • Turn off location services
    • Switch off AOD altogether

    When your phone’s battery is less than 15% and you are still a few hours away from a charger, I advise activating these options. The Samsung settings listed above will also help you get the most out of your Galaxy phone’s battery.

    samsung galaxy s25 ultra

    Samsung Galaxy S25 Ultra

    Streamline your day with an assistant that gets you. Ask it to Google search for a pet-friendly vegan restaurant nearby and text it to your friend – your Galaxy S25 Ultra handles multiple tasks with a single ask.

    $1,299.99$1,067.99See It
  • Messenger is wasting your phone’s battery running background tests – I knew it!

    Messenger is wasting your phone’s battery running background tests – I knew it!

    One of the most widely used messaging services is Facebook Messenger, but its parent company, Meta, has a spotty history of protecting users’ interests. The social media behemoth has recently been the target of multiple security breaches and is infamously linked to the Cambridge Analytica affair. The fact that a former data scientist for the firm believes Messenger can intentionally drain your smartphone’s battery in the sake of feature testing, potentially placing you in danger, is concerning because it shows that user interests continue to be Meta’s secondary concern.

    Data scientist George Hayward, 33, filed a lawsuit against his former employer in Manhattan Federal Court after being fired in November, terminating his three-year employment with Meta (via Android Authority). According to Hayward’s lawsuit, the business let him go because he refused to participate in negative testing, which is the technique of deliberately supplying false data to an app to ensure that it will work when users use it inappropriately.

    Messenger

    Hayward disagreed with negative testing, but not because of the method Meta used to conduct it. The battery life of a Messenger user’s phone would suffer when the business remotely initiated negative testing on that user’s device. The majority of people keep a close eye on their phone’s battery level throughout the day, but in the event of an extreme depletion, they can find themselves in a situation where they are unable to contact family or emergency services.

    According to Hayward, who spoke with the New York Post, the true risk comes from users not being aware of Meta’s negative testing procedures. But that’s not all; according to reports, Meta also gives staff members manuals on how to conduct considerate negative tests that use examples from actual research. This appears to suggest that Meta runs these tests frequently and would perhaps assign larger teams to the job. Sadly, Hayward continues, discussing the appropriateness of the procedures with superiors didn’t go over well; he hinted that refusing to submit to the tests would result in his termination.

    Hayward made certain claims, but Meta hasn’t responded to them. The lawsuit has subsequently been dropped. If the required arbitration attempts between the two parties are failed, it may go on.

    If you’re worried about Messenger’s negative testing in the interim, you can go to its Program Info page on your Android phone, pick “Battery,” and then select “Restricted,” to stop the app from operating in the background. However, be aware that this could cause delayed message alerts. Reviewing the privacy settings on your phone and looking for more battery-saving techniques may be a preferable course of action.