I always convert all incoming ebooks to EPUB format so to check if any haven't been converted, I just created a virtual library.
The Virtual Library search expression is set to
Code:
(formats:"=AZW" or formats:"=AZW3" or formats:"=MOBI") and not formats:"=EPUB"
Although the short version below works the same
Code:
not formats:"=EPUB"