This is the single most searched question about Canvas, and it has a precise technical answer that sits between the two things students usually hear. Canvas does not watch your tabs. Canvas does, under specific conditions, record that your quiz page stopped being the active window. Understanding the difference between those two statements is the whole answer.
The Short Answer
Canvas can detect that your browser stopped displaying the quiz page and can timestamp when it resumed. It cannot detect what you switched to, whether that was another tab, another application, or nothing at all because you walked away from the desk.
In the instructor-facing quiz log this appears as a plain line reading that the student stopped viewing this page, followed later by a matching resumed entry. There is no URL, no screenshot and no description attached.
How Browsers Report Focus Loss
The mechanism is a standard web technology called the Page Visibility API, supported by every modern browser. It exists so that ordinary websites can behave sensibly, pausing a video when you switch away, or stopping an animation to save battery.
When a page becomes hidden, the browser fires a visibilitychange event. Canvas listens for it during quizzes and writes a log entry. The same event fires for all of these:
- Switching to another browser tab
- Switching to another application entirely
- Minimising the browser window
- Your screen locking or the screensaver starting
- A full-screen notification taking focus
- Closing the laptop lid
- On some systems, a second monitor becoming active
Critically, the event carries no information about the cause. The browser tells Canvas the page is hidden, and nothing else. This is a deliberate privacy boundary built into the web platform, not an oversight Canvas could patch.
What the Log Actually Looks Like
Instructors open the log through the quiz moderation screen. A typical sequence reads as a chronological list of events with timestamps, showing when the attempt started, when each answer was entered or changed, and where any viewing gaps occurred.
| Log entry | What it proves | What it does not prove |
|---|---|---|
| Stopped viewing this page | Browser focus left the quiz at that timestamp | Where focus went, or why |
| Resumed | Focus returned, and the gap duration | What happened during the gap |
| Answered question 7 | An answer was entered at that moment | Whether it was your own work |
| Session started | Attempt began, and from which IP | Who was at the keyboard |
Does a Focus-Loss Entry Actually Matter?
On its own, almost never. The event is so easy to trigger accidentally that faculty who use logs regularly treat isolated entries as noise. A student sitting a forty-minute quiz on a laptop with notifications enabled will generate several without doing anything at all.
What draws attention is correlation. If a log shows twenty focus-loss events, each lasting fifteen to forty seconds, and each immediately preceding a correct answer on a difficult question, the pattern itself becomes the evidence. No single entry does the work; the shape of the data does.
It is also worth knowing that many institutions require corroborating evidence before pursuing an academic integrity case. A quiz log alone is often considered circumstantial.
What Changes Under Proctoring
If your instructor has enabled a proctoring layer, the answer changes substantially. Respondus LockDown Browser prevents tab switching outright by disabling the browser controls. Respondus Monitor, Honorlock and Proctorio add webcam and screen recording, which genuinely can capture what you were doing.
You will always know when proctoring is active, because it requires an install, an extension, or an explicit camera permission prompt. Proctoring cannot be enabled silently. Our Respondus LockDown Browser guide covers exactly what that software sees.
How to Avoid Generating Meaningless Flags
If you are taking a legitimate exam and simply do not want a messy log, a few practical steps help:
- Close messaging and email applications before starting
- Enable Do Not Disturb or Focus mode on your operating system
- Use a wired connection or sit close to the router
- Disable screensaver and sleep timers for the duration
- Take the quiz in one sitting rather than pausing
- Avoid using a second monitor unless permitted
None of these are about concealment. They prevent a clean attempt from producing a log that looks worse than the reality.
The Bigger Picture for Online Students
Anxiety about monitoring usually signals something else: a course moving faster than you can absorb, or too many courses at once. Detection questions are a symptom, not the problem.
If workload is the real issue, our guide on managing multiple online classes covers triage. If one subject is dragging everything down, targeted support for that subject is far more effective than general study advice.
What Happens on Mobile and Tablets
The Canvas Student mobile app behaves differently from a desktop browser, and this catches people out.
- Switching apps on iOS or Android typically triggers the same visibility event
- Incoming calls and notifications can fire it
- App backgrounding on low-memory devices may terminate the attempt entirely
- Some quizzes are configured to block mobile access outright
- Autosave behaves less reliably on unstable mobile connections
For any timed or graded assessment, a laptop on a stable connection is the safer choice. Mobile attempts produce messier logs and more genuine technical failures.
If Your Log Looks Bad and You Did Nothing Wrong
This happens, and how you respond matters more than the log itself.
- Raise it proactively rather than waiting to be asked
- Write to the instructor the same day, with specifics: the time, the cause, the duration
- Keep evidence where it exists, such as an ISP outage notice or a device crash report
- Ask what the institutional process is before assuming an accusation
- Request to see the log yourself; you are usually entitled to the evidence
A student who explains a twelve-minute gap the day it happened is far more credible than one who explains it three weeks later after being challenged.
Why Instructors Design Quizzes This Way
It helps to understand that most quiz settings are not about catching you. They exist because online assessment is genuinely difficult to design fairly.
One question at a time with no backtracking, randomised question banks, short time limits and shuffled answers all reduce the value of shared answer keys. They are structural deterrents rather than surveillance, and they work by making collusion inefficient rather than by detecting it.
This is also why many instructors have moved toward open-book, application-based assessment. If the questions require reasoning rather than recall, having the textbook open stops mattering.
Is one course putting the rest at risk?
Our USA-based specialists take on individual courses so the rest of your semester stays on track. Free quote, no upfront payment.
Talk to usFrequently Asked Questions
1. Can Canvas see which website I opened?
No. Canvas receives only a signal that the page became hidden. Browser security prevents any site from reading other tabs, their URLs or their contents.
2. How long does Canvas record that I was away?
The log timestamps both the moment focus was lost and the moment it returned, so the duration of the gap is visible.
3. Will minimising the window be logged?
Yes. Minimising, switching applications, locking the screen and closing the lid all fire the same browser event and produce the same log entry.
4. Can I be penalised for a single focus-loss entry?
It would be unusual. Accidental triggers are so common that most instructors look for repeated patterns rather than isolated events.
5. Does this apply to Canvas assignments as well as quizzes?
No. Focus logging applies to quiz attempts. Regular assignment submissions record upload time and IP, not viewing behaviour.
6. Does using a second monitor trigger the event?
It can, depending on your operating system and how focus is handled when you move to the other display.