Remove Item (Player.RemoveItem)
skyrim — Console Commands
Removes a specified quantity of an item from your inventory by its ID. Useful for cleaning up test items.
Syntax
player.removeitem <itemID> <count>
Example
player.removeitem 0000000F 500
💡 Notes
Item ID 0000000F is gold. Use to remove excess items or gold.
🎯 Tips & Tricks
Cleanup
Use to remove duplicate items from testing.
Gold removal
Remove gold if you added too much.
Quest items
Be careful not to remove quest items; may break quests.
🔧 Troubleshooting
Item not removed
Ensure you have the correct ID and count; check inventory.
Quest item removed
Reload a previous save if you accidentally removed a quest item.
⚠️ Common Mistakes
- Don't remove quest items without saving.
- Don't use wrong IDs; verify with help.
👍 Pros
- Clean inventory
- Remove test items
- Adjust resources
- Prevent bloat
👎 Cons
- Requires correct IDs
- Can remove quest items
- Irreversible