diff --git a/.changeset/fix-block-users-notice.md b/.changeset/fix-block-users-notice.md
new file mode 100644
index 000000000..f0e28766d
--- /dev/null
+++ b/.changeset/fix-block-users-notice.md
@@ -0,0 +1,5 @@
+---
+default: patch
+---
+
+Removed the blocked users moved notice from notifications setting page.
diff --git a/src/app/features/settings/notifications/Notifications.tsx b/src/app/features/settings/notifications/Notifications.tsx
index ef84ae59e..f8935b782 100644
--- a/src/app/features/settings/notifications/Notifications.tsx
+++ b/src/app/features/settings/notifications/Notifications.tsx
@@ -1,8 +1,5 @@
import { Box, Text, IconButton, Icon, Icons, Scroll } from 'folds';
import { Page, PageContent, PageHeader } from '$components/page';
-import { SequenceCard } from '$components/sequence-card';
-import { SettingTile } from '$components/setting-tile';
-import { SequenceCardStyle } from '$features/settings/styles.css';
import { SystemNotification } from './SystemNotification';
import { AllMessagesNotifications } from './AllMessages';
import { SpecialMessagesNotifications } from './SpecialMessages';
@@ -36,17 +33,6 @@ export function Notifications({ requestClose }: NotificationsProps) {
-
- Block Messages
-
-
-
-