← Blog
10 min readGuide

Floating Notes for Mac: Keep Notes Visible While You Work

Need floating notes on Mac? Learn why Stickies disappears in fullscreen, how always-on-top notes work, and how Noticky keeps notes visible while you work.

As of July 2026 — macOS still does not include a built-in floating-notes mode, and many note apps still disappear when you enter fullscreen because they stay scoped to the current Space.

Quick answer

Floating notes on Mac are note windows intended to stay visible above other windows, including fullscreen apps. macOS does not ship a built-in floating-notes mode. Apple Stickies and many third-party note apps are tied to the current Space, so they stop following fullscreen workflows. If that is the exact problem you are trying to solve, see the focused guide on keeping a sticky note visible in fullscreen on Mac. One common workaround is an app that uses a higher window level. Noticky is one example: a macOS menu bar app whose notes are meant to remain above windows and fullscreen Spaces.

I’m LeoMbm, the developer of Noticky. I built it after hitting the same failure mode repeatedly: fullscreen coding, fullscreen meetings, fullscreen research, and every note app disappearing right when the reference material mattered.

Sources:

Using a Mac?

Noticky keeps notes above fullscreen Mac apps. If you are on another device, send yourself the Mac link.

Get Noticky

What are floating notes, exactly?

The term "floating notes" refers to note windows that remain visible on top of every other application window on your screen. Unlike standard windows that stack behind the active app, floating notes maintain their position in the visual hierarchy regardless of what you click or switch to.

On macOS, this concept runs into a fundamental architectural constraint. Apple's window manager assigns each window a level. Normal application windows sit at the standard level. When you click on a different app, the previous app's windows drop behind. That is the default behavior for every window on your Mac, including Apple Stickies, Notes.app, and most third-party note tools.

Floating notes break out of this hierarchy by operating at a higher window level, similar to how the menu bar or Notification Center overlays remain visible regardless of the active app. This is standard AppKit behavior, not an accessibility workaround. If you are comparing that with Apple's built-in app, read Noticky vs Stickies on Mac.

Floating vs. pinned vs. always-on-top

These terms are often used interchangeably, but there are subtle differences:

TermMeaningFullscreen support
FloatingStays above standard windows on the current desktopDepends on implementation
PinnedAttached to a specific screen position or edgeRarely crosses Spaces
Always on topRemains visible across all Spaces, including fullscreenYes, if using the correct window level

The distinction matters. Many apps claim "floating" or "pinned" behavior but only keep the window above other standard-level windows on the same Space. The moment you enter fullscreen (which creates a new Space), those notes vanish. True always-on-top behavior, the kind that follows you into fullscreen, requires operating at a window level that macOS reserves for system-level UI elements.

For a practical methods roundup, see keep a window always on top on Mac. For the AppKit-level explanation, see macOS window levels explained.

Why floating notes matter for focus

The conventional wisdom says fullscreen mode helps you focus by removing distractions. That is true for most windows. But it creates a paradox for reference material: the notes you need to stay focused are exactly what fullscreen mode hides.

The context-switching tax

Every time you swipe to another Space to check a note, you trigger what researchers call a context switch. Studies from the University of California, Irvine found that it takes an average of 23 minutes to fully regain deep focus after an interruption. A quick swipe to check a note feels trivial, but it fragments your attention. Over a full workday, dozens of these micro-interruptions compound into lost productivity.

Floating notes reduce that friction. Your reference material stays visible, so you can glance at it without leaving your current app or swiping to another Space.

A short macOS window-level explanation

macOS decides visual stacking with numeric window levels. Standard document windows sit at the normal level. Utility panels can sit at a floating level above that. Fullscreen is the hard boundary: when an app enters fullscreen, macOS moves it into a dedicated Space, so ordinary floating windows stop following it.

Apple exposes the underlying pieces in AppKit. NSWindow.Level controls stacking order, canJoinAllSpaces lets a window appear across Spaces, and fullScreenAuxiliary is the behavior Apple describes for windows that "can be shown with the fullscreen window." That last part is what separates desktop-only floating notes from notes that actually survive fullscreen.

Who benefits most

This pattern is useful for workflows that combine one active app with one small block of reference material:

  • Developers: Keep API docs, environment variables, or error messages visible while coding in VS Code or Xcode fullscreen
  • Designers: Pin color tokens, spacing values, or client feedback next to Figma without sacrificing canvas space
  • Writers: Maintain your outline or source links visible while drafting in a distraction-free editor
  • Students: Keep formulas, vocabulary, or lecture notes floating during research or online exams
  • Remote workers: Pin meeting agendas and talking points on top of Zoom or Google Meet in fullscreen

Who actually needs floating notes?

You need floating notes if your work has one app in focus and one small block of reference material that must remain visible:

  • Developer workflow: endpoint names, temporary tokens, SQL snippets, acceptance criteria
  • Meeting workflow: agenda, stakeholder names, next questions, follow-up promises
  • Research workflow: source links, quotes to verify, search terms, fact checklist

If your note can stay hidden until you manually switch back to it, regular notes are enough. If the note has to stay visible while you work, you need true always-on-top behavior.

How macOS handles windows (and why most notes fail)

To understand why floating notes require a specific solution, you need to understand the macOS window system.

Spaces and fullscreen isolation

macOS organizes windows into Spaces, virtual desktops you can swipe between. When you enter fullscreen mode (clicking the green button or pressing Control-Command-F), macOS creates a dedicated Space for that app. Every other window belongs to a different Space and cannot appear on the fullscreen Space.

This is not a bug. Apple designed it deliberately: fullscreen means one app, zero distractions. In practice, that also means no reference material, no sticky notes, and no floating tools unless an app is built to participate in the fullscreen Space.

Window levels in macOS

macOS defines a hierarchy of window levels:

  1. Normal level (0): Standard app windows. This is where Stickies, Notes.app, and most third-party apps live.
  2. Floating level (3): Utility panels, inspectors. Stay above normal windows but still bound to the current Space.
  3. Status window level (25): Higher-priority overlays.
  4. Screen saver level and beyond: System-level UI.

For a note to float above fullscreen apps, it must combine the right window level with the right Space behavior. In my testing, this is the approach Noticky takes to keep notes visible when moving between Spaces and fullscreen apps.

For a broader look at apps that use this capability, check Always on top on macOS: how to keep any window visible.

How to set up floating notes on Mac with Noticky

Setting up floating notes is a short process:

  1. Download Noticky from noticky.app
  2. Launch it. Noticky appears in your menu bar.
  3. Create a note: Press Command-Shift-N from anywhere. A capture window appears instantly.
  4. Write your note. Markdown is supported: **bold**, # headings, - lists, code blocks.
  5. Position it. Drag the note to your preferred screen location.
  6. Enter fullscreen in your working app. The note remains visible in the same setup.

That is the basic flow. In practice, the note remains visible across Space switches and fullscreen transitions on supported setups. It also includes iCloud sync.

Power-user tips

  • Use tags to color-code notes by project (red for urgent, blue for reference, green for personal)
  • Lock sensitive notes with Touch ID so credentials or private information stay protected
  • Set reminders on time-sensitive notes so you never forget a deadline
  • Use templates for recurring note types: daily standups, meeting agendas, code review checklists
  • Export notes to .txt, .md, or .pdf when you need to share them

Comparing floating note options on Mac

Not every app handles floating notes the same way. The practical split is simpler than a long feature matrix:

  • Apple Stickies: useful for desktop notes, but not built for fullscreen persistence.
  • Notes.app: good for longer-form notes and sync, but not designed as a floating overlay.
  • Sidebar-style tools: useful if you prefer notes docked to the screen edge instead of freely floating windows.
  • Always-on-top note apps like Noticky: built for workflows where the note itself must stay visible while another app remains fullscreen.

For a more detailed comparison, see Best sticky note apps for Mac in 2026.

Practical workflows with floating notes

Developer workflow: API reference while coding

You are building an integration with a third-party API. The endpoint format, required headers, and response schema need to be referenced constantly. Instead of switching between your browser and your editor:

  1. Press Command-Shift-N to create a Noticky note
  2. Paste the API reference (endpoint, headers, example response)
  3. Position the note in the top-right corner of your screen
  4. Open VS Code fullscreen and code against the floating reference

No tab switching. No split screen. No lost focus.

Research workflow: sources visible while you verify

You are fact-checking a long article, proposal, or academic draft. Keep the source URLs, exact figures, and claims-to-verify in a floating note while Safari is fullscreen. That removes the usual loop of swiping back to a notes app every few minutes.

Writer workflow: outline alongside your draft

You are writing a long article in iA Writer or Ulysses. Your outline, key quotes, and source URLs are on a Noticky note floating above the editor. You do not break your distraction-free environment to check structure. The outline is always one glance away.

Meeting workflow: talking points during video calls

You are on a Zoom call in fullscreen. Your meeting agenda, action items from last week, and key questions you want to raise are floating on a Noticky note in the corner. No more scrambling to find your notes when someone asks "anything else to discuss?"

Why some people prefer a one-time purchase

Pricing matters for utility apps that sit in the background of your workflow. Some people prefer a one-time purchase for a focused tool like floating notes because the decision is simpler: install it once, see if it fits the workflow, and keep using it if it earns a place on the desktop.

FAQ

Can I make Apple Stickies float above fullscreen apps on Mac?

No. Apple Stickies operates at the normal macOS window level, which means it is bound to its Space and disappears when you enter fullscreen. There is no setting or Terminal command that changes this behavior. You need a third-party app like Noticky that uses a higher window level to persist across fullscreen Spaces.

Do floating notes slow down my Mac?

In my testing, a small number of floating notes has not caused a noticeable slowdown on a normal macOS setup. If performance matters in your workflow, test with your usual app mix and number of open notes.

Can I have floating notes on multiple monitors?

Multi-monitor behavior depends on the app and how it handles window placement across displays.

Are floating notes visible during screen sharing?

If a note is visible on your screen, it may also appear in a screen share. Check the share source before presenting sensitive material.

What macOS versions support floating notes with Noticky?

Noticky is currently targeted at macOS 15 Sequoia and later.

Get Noticky on your Mac

A native macOS sticky note that stays visible in fullscreen. Send the link to your Mac if you are browsing elsewhere.

Get Noticky

macOS 15 Sequoia+ · < 5MB · Secure checkout

Related articles

ADHD Productivity Tools for Mac: Apps That Work

macOS tools that address ADHD working memory, time blindness, and the out of sight, out of mind problem. Tested apps and practical strategies.

Sticky Notes for Developers on Mac: Snippets That Stay

Developers lose 23 min per context switch. Sticky notes that float above fullscreen IDEs keep code snippets, API keys, and TODOs visible while you code.

What Is Noticky? macOS Sticky Notes Above Fullscreen

Noticky is a native Mac app for sticky notes and visual references. It stays visible above fullscreen apps and can hide private notes from screen sharing.

Still unsure?Ask your favorite AI.

Get an instant answer with the full context of this page.

Ad measurement

We use measurement tools to understand which campaigns bring useful visitors to Noticky. If you join the waitlist, your email may be used to improve attribution.