How to Build a New Habit: This is Your Strategy Guide
How to Build a New Habit: This is Your Strategy Guide
by James Clear
Read this on JamesClear.com
According to researchers at Duke University, habits account for about 40 percent of our behaviors on any given day. [1]
Understanding how to build new habits (and how your current ones work) is essential for making progress in your health, your happiness, and your life in general.
But there can be a lot of information out there and most of it isn't very simple to digest. To solve this problem and break things down in a very simple manner, I have created this strategy guide for building new habits that actually stick.
1. Start with an incredibly small habit.
Make it so easy you can't say no.
—Leo Babauta
When most people struggle to stick with a new habit, they say something like, “I just need more motivation.” Or, “I wish I had as much willpower as you do.”
This is the wrong approach. Research shows that willpower is like a muscle. It gets fatigued as you use it throughout the day. Another way to think of this is that your motivation ebbs and flows. It rises and falls. Stanford professor BJ Fogg calls this the “motivation wave.”
Solve this problem by picking a new habit that is easy enough that you don't need motivation to do it. Rather than starting with 50 pushups per day, start with 5 pushups per day. Rather than trying to meditate for 10 minutes per day, start by meditating for one minute per day. Make it easy enough that you can get it done without motivation.
Further reading: Identity-Based Habits: How to Actually Stick to Your Goals
2. Increase your habit in very small ways.
Success is a few simple disciplines, practiced every day; while failure is simply a few errors in judgment, repeated every day.
—Jim Rohn
One percent improvements add up surprisingly fast. So do one percent declines.
Rather than trying to do something amazing from the beginning, start small and gradually improve. Along the way, your willpower and motivation will increase, which will make it easier to stick to your habit for good.
Further reading: This Coach Improved Every Tiny Thing by 1 Percent and Here’s What Happened
3. As you build up, break habits into chunks.
If you continue adding one percent each day, then you'll find yourself increasing very quickly within two or three months. It is important to keep each habit reasonable, so that you can maintain momentum and make the behavior as easy as possible to accomplish.
Building up to 20 minutes of meditation? Split it into two segments of 10 minutes at first.
Trying to do 50 pushups per day? Five sets of 10 might be much easier as you make your way there.
Further reading: I’m Using These 3 Simple Steps to Actually Stick with Good Habits
4. When you slip, get back on track quickly.
The best way to improve your self-control is to see how and why you lose control.
—Kelly McGonigal
Top performers make mistakes, commit errors, and get off track just like everyone else. The difference is that they get back on track as quickly as possible.
Research has shown that missing your habit once, no matter when it occurs, has no measurable impact on your long-term progress. Rather than trying to be perfect, abandon your all-or-nothing mentality.
You shouldn't expect to fail, but you should plan for failure. Take some time to consider what will prevent your habit from happening. What are some things that are likely to get in your way? What are some daily emergencies that are likely to pull you off course? How can you plan to work around these issues? Or, at least, how you can bounce back quickly from them and get back on track?
You just need to be consistent, not perfect. Focus on building the identity of someone who never misses a habit twice.
Further reading: How to Stop Procrastinating by Using the “Seinfeld Strategy”
5. Be patient. Stick to a pace you can sustain.
Learning to be patient is perhaps the most critical skill of all. You can make incredible progress if you are consistent and patient.
If you are adding weight in the gym, you should probably go slower than you think. If you are adding daily sales calls to your business strategy, you should probably start with fewer than you expect to handle. Patience is everything. Do things you can sustain.
New habits should feel easy, especially in the beginning. If you stay consistent and continue increasing your habit it will get hard enough, fast enough. It always does. [2]
FOOTNOTES
Habits: A Repeat Performance by David T. Neal, Wendy Wood, and Jeffrey M. Quinn
Special thanks to BJ Fogg, Leo Babauta, and Kelly McGonigal for their research and work on habit formation and willpower. I have learned a lot from each of you.
How to Build a New Habit: This is Your Strategy Guide的更多相关文章
- Distributed Systems: When you should build them, and how to scale. A step-by-step guide.
原文链接 https://medium.com/free-code-camp/distributed-systems-when-you-should-build-them-and-how-to-sca ...
- 如何编译和使用自定义Qt动态链接库 | how to build and use user-defined qt library
本文首发于个人博客https://kezunlin.me/post/cf628dd8/,欢迎阅读! guide to build qt library and use in another proje ...
- Vue-cli3 项目配置 Vue.config.js( 代替vue-cli2 build config)
Vue-cli3 搭建的项目 界面相对之前较为简洁 之前的build和config文件夹不见了,那么应该如何配置 如webpack等的配那 只需要在项目的根目录下新建 vue.config.js 文件 ...
- (转) [it-ebooks]电子书列表
[it-ebooks]电子书列表 [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...
- 优秀的PHP开源项目集合
包管理Package Management Package Management Related 框架 框架组件 微框架Micro Frameworks 内容管理系统Content Managemen ...
- 【Linux】freetds安装配置连接MSSQL
我使用的是freetds-0.91,下载地址:http://pan.baidu.com/s/1hq68rZY 安装编译(根据需要unixodbc): [root@zabbixserver / ]# t ...
- ubuntu11.04编译gm8180的ffmpeg
1.1 About this documentThe ffmpeg is a open source package that provides video application for gener ...
- iOS开发-LayoutGuide(从top/bottom LayoutGuide到Safe Area)
iOS7 topLayoutGuide/bottomLayoutGuide 创建一个叫做LayoutGuideStudy的工程,我们打开看一下Main.storyboard: storyboard-t ...
- vue.js的学习
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
随机推荐
- zabbix免客户端监控网站URL
1.我们需要在zabbix服务器端(这台服务器需要能正常上网)同时安装zabbix-agent客户端,使其正常监控zabbix服务器 2.创建web监测 点击web监测 创建web监测 3.配置异常报 ...
- java_oop_接口
接口 难的是在系统设计里怎么样使用接口,主要在语法,不在系统架构与设计 概念 声明 语法 只有抽象方法的抽象类?可以用接口来表示,用接口来代替这样的抽象类,是因为 ...
- js/php判断移动端还是PC端
if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobi ...
- 雨燕apply项目总结
1,数据库默认值的问题 数据库尽量是非空的,然后不设置默认值,默认值由程序来设计 因为如果程序中设计有错误,应该是空值的地方没有没有处理掉,那插入数据库的时候应该报错,但如果你设置了默认值,排查将会变 ...
- Teamviewer远程控制
设置无人值守的固定密码,不使用随机码进行远程控制访问 设置好密码之后,以后只要通过Teamviewer生成的固定ID,再加上你设置的密码就可以随时进行远程访问了,而不需要使用生成的随机码.
- Cheat Engine(简称CE)初体验
经常玩一些单机游戏,如CS.植物大战僵尸,,这几天刚好网上看到有人用CE修改内存,直接修改内存数据. 之前没有玩过此类东西,激动不已,于是自己也动手写了几行代码, 实现了CS子弹无限制,血量无限,阳光 ...
- upstream timed out (10060: A connection attempt failed because the connected party did not properly respond
openresty 错误日志报错内容: // :: [error] #: * upstream timed : A connection attempt failed because the conn ...
- Win10系统下Anaconda下安装多种Python函数库
建议直接安装Anaconda,这是一个包含Numpy,Pandas,Sklearn等函数库的计算机科学软件包,下面的软件可以在此环境下进行安装下载. 一.计算机视觉 1. OpenCV图像处理 在ht ...
- AutoCAD神器! AutoCAD自动切换中英文输入法插件(ZDSRF)
AutoCAD神器! AutoCAD自动切换中英文输入法插件 (一)功能特点: CAD命令中只能输入英文字符,不能输入中文,在文字编辑.文字输入.尺寸编辑中经常需要输入中文,此时就需要频繁的切换输入法 ...
- sudo 取消密码
通常我们并不以root身份登录,但是当我们执行某些命令 (command)时需要用到root权限,我们通常都是用"sudo command"来执行command.由于使用Ubunt ...