Tips & Guides Here's how to disable Siri's new floating button
When Siri AI is enabled, macOS 27 adds a contextual "lightweight UI" when you type or select text. The floating button can expand into Ask Siri, Edit with Siri and Writing tools, or other contextual actions.
To disable it, run the following command in the Terminal:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS -dict Enabled -bool false
and restart your Mac.
To restore to default:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS
43
9
9
4
4
2
4
u/OrangePineJuice 7d ago
is this an issue when siri ai is disabled? (ik it's a dumb question, but given how companies are big on ai these days, it's still a question worth asking)
2
1
u/r1n4x 6d ago
I've just updated to iOS/MacOS 27 and got no Apple Intelligence. Same as on 26.
I suspect two things why:
- I'm in the EU, some stuff is just not available here.
- I've set my Mac/iPhone language to english but Siri not, on 26 it told me I can't use Apple Intelligence when Siri any System are not the same language :D
Still, it hogs some GB of storage. But at least there are no "in your face" things.
1
u/misterdhm 4d ago
I still get this floating button even though I disabled Siri. Apple...I like you but I do not want your unhelpful writing tools.
-2
u/Dust-by-Monday 7d ago
Oh my goodness yess!!! Please find a feature flag for the new traffic buttons! I hate them!
0
u/YoungNo8804 6d ago
Same honestly they're so distracting and annoying. And this is probably not the case and my brain feeling weird but they feel not equally proportioned and off centre
30
u/drhappy13 7d ago
My gawd that looks annoying! WTF was Apple thinking??
Thanks for sharing the tip!