---
title: "How to Find your WordPress User ID"
description: "There are many reasons why you may need to access background information about your &lt;a href=\"https://www.inmotionhosting.com/wordpress-hosting\"&gt;WordPress&lt;/a&gt; installation, especially if..."
url: https://www.inmotionhosting.com/support/edu/wordpress/how-to-find-your-wordpress-user-id/
date: 2017-12-14
modified: 2021-08-16
author: "Christopher Maiorana"
categories: ["WordPress Hosting", "WordPress Tutorials"]
type: post
lang: en
---

# How to Find your WordPress User ID

```
There are many reasons why you may need to access background information about your WordPress installation, especially if you are considering going deeper with your WordPress development. Customizing your WordPress site may often require special back-end data you can only find in your WordPress database. In this article, we are going to learn **how to find your WordPress User ID** number.        

## Find WordPress User ID via phpMyAdmin

 

VIGIAPLACEHOLDER0END

   
     Now that you are in the *users* table, you will see all registered users in your WordPress site. In this example pictured, there is only one registered user. You will find the user ID number in the **ID** column.  

 

## Using SSH and WP-CLI

                Using SSH and WP-CLI requires some knowledge in using the Linux command line.           

 

VIGIAPLACEHOLDER1END

   The `wp user list` command will list the WordPress users and the ID numbers in columns and fields, and you will be able to see the number assigned to your user.  

      Well done! You now know how to find WordPress user IDs in the WordPress database via phpMyadmin and using SSH and the WP-CLI.
```
