How to find your android phone is full disk encryption enabled or not.

Install command line app called Termux.

Run the below commands

getprop ro.crypto.state

This should return  ‘encrypted’ or ‘unencrypted’.

getprop ro.crypto.type

This should return ‘file’ or ‘block’. If ‘file’ its file based encryption and block its full disk encryption.

About the Author

Yogi

24 years of experience in various layers of software. Primarily experienced in system side software design and development on server management software. Interested in linux development in x86 and arm architecture.