Make wp_list_categories() include categories that contain only private posts

Set the parameter hide_empty to false. <?php wp_list_categories( ‘hide_empty=0’ ); ?> wp_list_categories() in the WordPress Codex.