Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

Android: How to Change Display DPI

Mitch BartlettSeptember 6, 2017 Comments (5)

Make the icons, text, and other items smaller and larger on your Android device by changing the display DPI (dots per inch) with these steps.

Option 1 – Android 7 (Nougat) and Higher

  1. Open “Settings” > “Display” > “Display size“.
  2. Use the slider to choose the setting you like.

Option 2 – All Android Versions

  1. On your Android device, go to “Settings” > “About Phone“.
  2. Tap “Build number” 7 ties until it says “Congratulations, you are a developer!”
  3. Now under “Settings” you will have a “Developer Options” selection. Tap it.
  4. Turn on “Enable USB debugging“.
  5. Download and extract the Android Platform Tools to a location on your computer.
  6. Windows users, download and install the Google USB Driver or the OEM USB Driver depending on your device.
  7. From a command prompt, navigate to the folder where ADB is located.
  8. Connect your Android to your PC. Check the Android for a prompt to “Allow USB debugging“. If display, select “OK“.
  9. Type “adb devices“, then press “Enter“. This should give you a list of devices connected and will verify everything is set up fine. If your device doesn’t show up, try to troubleshoot an issue with your computer detecting it.
  10. Perform one of the following actions:
    • Non-rooted users, type the following, but replace “DPI” with the value you would like to use, then press “Enter“:
      adb shell wm density DPI && adb reboot
    • Rooted users, need to type “su“, then press “Enter“. From there, enter the following command, replacing “DPI” with the value you would like to use, then press “Enter“:
      wm density DPI && reboot
Categories: Android

Author Mitch Bartlett

Through my career that spans over 20 years I have become an expert in Microsoft Systems Administration, Android, and macOS. I started this site as a technical guide for myself and it has grown into what I hope is a useful knowledgebase for everyone.

You Might Also Like

  • Google Releases the First Minor Pixel Update in 2021

    Andrew MyrickAndroid
  • Best Tips to Save Smartphone Battery Life for Android

    Judy SanhzAndroid
  • google-maps-find-location-by-phone-number

    How to Easily Fix Google Maps Not Working for Android

    Judy SanhzAndroid
  • How to Share Files Using Google Nearby Share

    Judy SanhzAndroid

Comments

  1. JUSTIN says:
    March 2, 2023 at 8:12 am

    I am non-root user and when I enter the last command it says must hold permission andoird.(more).
    Please help me out here

  2. Ottavian says:
    October 18, 2022 at 6:54 pm

    Ia want to be an pro

  3. Ashish says:
    July 30, 2022 at 3:12 am

    my phone dpi setting Nat show plish setting of my phon

  4. Joyanta says:
    November 4, 2021 at 6:31 am

    Best dpi my phone

  5. Baswant says:
    May 18, 2021 at 9:09 am

    I have tried this but it didn’t show the DPI what to do

Leave a Reply

Your email address will not be published. Required fields are marked *

  • why is ram so expensive

    Why Is RAM Suddenly So Expensive?

  • how to fix error code 0x800f0922 windows 11

    How to Fix Error Code 0x800f0922 in Windows 11

  • service outage message on Xbox

    What to Do With a Service Outage Message on Xbox

  • signs your hdd is failing

    Signs That Your HDD Is Failing

  • how to fix error code 0x800705b4 in windows 11

    How to Fix Error Code 0x800705b4 in Windows 11

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2026 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Terms of Use
  • Privacy Policy

© 2026 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on September 6, 2017 by Mitch Bartlett