diff --git a/changelog/16489.txt b/changelog/16489.txt
new file mode 100644
index 000000000..17c66ca9f
--- /dev/null
+++ b/changelog/16489.txt
@@ -0,0 +1,3 @@
+```release-note:improvement
+ui: Renamed labels under Tools for wrap, lookup, rewrap and unwrap with description.
+```
diff --git a/ui/app/templates/components/tool-lookup.hbs b/ui/app/templates/components/tool-lookup.hbs
index 661fa6f87..93445b302 100644
--- a/ui/app/templates/components/tool-lookup.hbs
+++ b/ui/app/templates/components/tool-lookup.hbs
@@ -28,7 +28,10 @@
-
+
+
+ Enter your wrapped token here to display its information.
+
diff --git a/ui/app/templates/components/tool-rewrap.hbs b/ui/app/templates/components/tool-rewrap.hbs
index 88358324c..e5914c7f4 100644
--- a/ui/app/templates/components/tool-rewrap.hbs
+++ b/ui/app/templates/components/tool-rewrap.hbs
@@ -44,7 +44,10 @@
-
+
+
+ Enter your wrapped token here to rewrap it and refresh its TTL.
+
diff --git a/ui/app/templates/components/tool-unwrap.hbs b/ui/app/templates/components/tool-unwrap.hbs
index 5c2ad1188..dfd8fe0f5 100644
--- a/ui/app/templates/components/tool-unwrap.hbs
+++ b/ui/app/templates/components/tool-unwrap.hbs
@@ -86,7 +86,10 @@
-
+
+
+ Enter your wrapped token here to unwrap it and return its original value.
+