Dear @Annette Coffee,
As a moderator, I do not have the tools to investigate your specific account directly because this is a user-to-user support forum. Our role is limited to providing technical support on reported issues, requests, or ideas. However, I will try my best to clarify you as clearly as possible.
Based on your questions:
What does the Entra sign-in log actually “log”?
Microsoft Entra logs all sign-ins into your Entra tenant (apps/resources that use Entra ID for authentication).
Each sign-in event is best interpreted as:
- Who signed in (the user identity)
- How they signed in (the client/application used)
- What they accessed (the target resource/app)
It also captures details that help troubleshooting, such as whether the attempt succeeded/failed and the context of the attempt (for example, you can analyze patterns like sign-ins by browser or operating system). Sign-in logs in Microsoft Entra ID - Microsoft Entra ID | Microsoft Learn
To read all users sign-in logs, please go to Microsoft Entra admin center > Monitoring & health > Sign-in logs
If you want to read a specific user's sign-in logs, go to Microsoft Entra admin center > Users > choose a specific user > Sign-in logs
Does it “discount” phones/tablets? Or only PC sign-ins?
Entra sign-in logs are not “PC-only.” The logs are meant to help answer questions like whether users are signing in from certain browsers or operating systems, which implies device/platform context is part of what the logs track.
Also, Entra separates sign-ins into different categories, including:
- Interactive sign-ins
- Non-interactive sign-ins
- Application sign-ins
- Managed identity
So if you only looked at one view (commonly Interactive sign-ins), you can miss activity that lands under Non-interactive sign-ins (background/token-based activity). Sign-in logs in Microsoft Entra ID - Microsoft Entra ID | Microsoft Learn
In addition here is "Why user can send email even when no sign-in appears":
A user can send an email in ways that may not line up with what you’re filtering/looking at in sign-in logs (for example, cached sessions, background token refreshes, or activity categorized differently). Entra sign-in logs are about the sign-in request and its outcome (classified as Non-interactive sign-ins/ use token-based auth)
I hope this full-fill your request, if it does not, please share more detailed information which I could help you efficiently.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.